id
int32
0
165k
repo
stringlengths
7
58
path
stringlengths
12
218
func_name
stringlengths
3
140
original_string
stringlengths
73
34.1k
language
stringclasses
1 value
code
stringlengths
73
34.1k
code_tokens
list
docstring
stringlengths
3
16k
docstring_tokens
list
sha
stringlengths
40
40
url
stringlengths
105
339
19,800
aws/aws-sdk-java
aws-java-sdk-elasticache/src/main/java/com/amazonaws/services/elasticache/waiters/AmazonElastiCacheWaiters.java
AmazonElastiCacheWaiters.replicationGroupAvailable
public Waiter<DescribeReplicationGroupsRequest> replicationGroupAvailable() { return new WaiterBuilder<DescribeReplicationGroupsRequest, DescribeReplicationGroupsResult>() .withSdkFunction(new DescribeReplicationGroupsFunction(client)) .withAcceptors(new ReplicationGroupAvailabl...
java
public Waiter<DescribeReplicationGroupsRequest> replicationGroupAvailable() { return new WaiterBuilder<DescribeReplicationGroupsRequest, DescribeReplicationGroupsResult>() .withSdkFunction(new DescribeReplicationGroupsFunction(client)) .withAcceptors(new ReplicationGroupAvailabl...
[ "public", "Waiter", "<", "DescribeReplicationGroupsRequest", ">", "replicationGroupAvailable", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeReplicationGroupsRequest", ",", "DescribeReplicationGroupsResult", ">", "(", ")", ".", "withSdkFunction", "(", "ne...
Builds a ReplicationGroupAvailable waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling ...
[ "Builds", "a", "ReplicationGroupAvailable", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", ...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-elasticache/src/main/java/com/amazonaws/services/elasticache/waiters/AmazonElastiCacheWaiters.java#L68-L75
19,801
aws/aws-sdk-java
aws-java-sdk-elasticache/src/main/java/com/amazonaws/services/elasticache/waiters/AmazonElastiCacheWaiters.java
AmazonElastiCacheWaiters.cacheClusterAvailable
public Waiter<DescribeCacheClustersRequest> cacheClusterAvailable() { return new WaiterBuilder<DescribeCacheClustersRequest, DescribeCacheClustersResult>() .withSdkFunction(new DescribeCacheClustersFunction(client)) .withAcceptors(new CacheClusterAvailable.IsAvailableMatcher(), ...
java
public Waiter<DescribeCacheClustersRequest> cacheClusterAvailable() { return new WaiterBuilder<DescribeCacheClustersRequest, DescribeCacheClustersResult>() .withSdkFunction(new DescribeCacheClustersFunction(client)) .withAcceptors(new CacheClusterAvailable.IsAvailableMatcher(), ...
[ "public", "Waiter", "<", "DescribeCacheClustersRequest", ">", "cacheClusterAvailable", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeCacheClustersRequest", ",", "DescribeCacheClustersResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeC...
Builds a CacheClusterAvailable waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling stra...
[ "Builds", "a", "CacheClusterAvailable", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "res...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-elasticache/src/main/java/com/amazonaws/services/elasticache/waiters/AmazonElastiCacheWaiters.java#L82-L91
19,802
aws/aws-sdk-java
aws-java-sdk-elasticache/src/main/java/com/amazonaws/services/elasticache/waiters/AmazonElastiCacheWaiters.java
AmazonElastiCacheWaiters.replicationGroupDeleted
public Waiter<DescribeReplicationGroupsRequest> replicationGroupDeleted() { return new WaiterBuilder<DescribeReplicationGroupsRequest, DescribeReplicationGroupsResult>() .withSdkFunction(new DescribeReplicationGroupsFunction(client)) .withAcceptors(new ReplicationGroupDeleted.Is...
java
public Waiter<DescribeReplicationGroupsRequest> replicationGroupDeleted() { return new WaiterBuilder<DescribeReplicationGroupsRequest, DescribeReplicationGroupsResult>() .withSdkFunction(new DescribeReplicationGroupsFunction(client)) .withAcceptors(new ReplicationGroupDeleted.Is...
[ "public", "Waiter", "<", "DescribeReplicationGroupsRequest", ">", "replicationGroupDeleted", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeReplicationGroupsRequest", ",", "DescribeReplicationGroupsResult", ">", "(", ")", ".", "withSdkFunction", "(", "new"...
Builds a ReplicationGroupDeleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling st...
[ "Builds", "a", "ReplicationGroupDeleted", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "r...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-elasticache/src/main/java/com/amazonaws/services/elasticache/waiters/AmazonElastiCacheWaiters.java#L98-L106
19,803
aws/aws-sdk-java
aws-java-sdk-pinpoint/src/main/java/com/amazonaws/services/pinpoint/model/ExportJobsResponse.java
ExportJobsResponse.setItem
public void setItem(java.util.Collection<ExportJobResponse> item) { if (item == null) { this.item = null; return; } this.item = new java.util.ArrayList<ExportJobResponse>(item); }
java
public void setItem(java.util.Collection<ExportJobResponse> item) { if (item == null) { this.item = null; return; } this.item = new java.util.ArrayList<ExportJobResponse>(item); }
[ "public", "void", "setItem", "(", "java", ".", "util", ".", "Collection", "<", "ExportJobResponse", ">", "item", ")", "{", "if", "(", "item", "==", "null", ")", "{", "this", ".", "item", "=", "null", ";", "return", ";", "}", "this", ".", "item", "=...
A list of export jobs for the application. @param item A list of export jobs for the application.
[ "A", "list", "of", "export", "jobs", "for", "the", "application", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-pinpoint/src/main/java/com/amazonaws/services/pinpoint/model/ExportJobsResponse.java#L51-L58
19,804
aws/aws-sdk-java
aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/AmazonRoute53AsyncClient.java
AmazonRoute53AsyncClient.getHealthCheckCountAsync
@Override public java.util.concurrent.Future<GetHealthCheckCountResult> getHealthCheckCountAsync( com.amazonaws.handlers.AsyncHandler<GetHealthCheckCountRequest, GetHealthCheckCountResult> asyncHandler) { return getHealthCheckCountAsync(new GetHealthCheckCountRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<GetHealthCheckCountResult> getHealthCheckCountAsync( com.amazonaws.handlers.AsyncHandler<GetHealthCheckCountRequest, GetHealthCheckCountResult> asyncHandler) { return getHealthCheckCountAsync(new GetHealthCheckCountRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "GetHealthCheckCountResult", ">", "getHealthCheckCountAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "GetHealthCheckCountRequest", ",", "GetHealt...
Simplified method form for invoking the GetHealthCheckCount operation with an AsyncHandler. @see #getHealthCheckCountAsync(GetHealthCheckCountRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "GetHealthCheckCount", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/AmazonRoute53AsyncClient.java#L1138-L1143
19,805
aws/aws-sdk-java
aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/AmazonRoute53AsyncClient.java
AmazonRoute53AsyncClient.listHostedZonesAsync
@Override public java.util.concurrent.Future<ListHostedZonesResult> listHostedZonesAsync( com.amazonaws.handlers.AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) { return listHostedZonesAsync(new ListHostedZonesRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<ListHostedZonesResult> listHostedZonesAsync( com.amazonaws.handlers.AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) { return listHostedZonesAsync(new ListHostedZonesRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "ListHostedZonesResult", ">", "listHostedZonesAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "ListHostedZonesRequest", ",", "ListHostedZonesResul...
Simplified method form for invoking the ListHostedZones operation with an AsyncHandler. @see #listHostedZonesAsync(ListHostedZonesRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "ListHostedZones", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/AmazonRoute53AsyncClient.java#L1720-L1725
19,806
aws/aws-sdk-java
aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/AmazonRoute53AsyncClient.java
AmazonRoute53AsyncClient.listTrafficPolicyInstancesAsync
@Override public java.util.concurrent.Future<ListTrafficPolicyInstancesResult> listTrafficPolicyInstancesAsync( com.amazonaws.handlers.AsyncHandler<ListTrafficPolicyInstancesRequest, ListTrafficPolicyInstancesResult> asyncHandler) { return listTrafficPolicyInstancesAsync(new ListTrafficPolicyIn...
java
@Override public java.util.concurrent.Future<ListTrafficPolicyInstancesResult> listTrafficPolicyInstancesAsync( com.amazonaws.handlers.AsyncHandler<ListTrafficPolicyInstancesRequest, ListTrafficPolicyInstancesResult> asyncHandler) { return listTrafficPolicyInstancesAsync(new ListTrafficPolicyIn...
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "ListTrafficPolicyInstancesResult", ">", "listTrafficPolicyInstancesAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "ListTrafficPolicyInstancesRequest...
Simplified method form for invoking the ListTrafficPolicyInstances operation with an AsyncHandler. @see #listTrafficPolicyInstancesAsync(ListTrafficPolicyInstancesRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "ListTrafficPolicyInstances", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-route53/src/main/java/com/amazonaws/services/route53/AmazonRoute53AsyncClient.java#L2076-L2081
19,807
aws/aws-sdk-java
aws-java-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AbstractAmazonAutoScalingAsync.java
AbstractAmazonAutoScalingAsync.describeMetricCollectionTypesAsync
@Override public java.util.concurrent.Future<DescribeMetricCollectionTypesResult> describeMetricCollectionTypesAsync( com.amazonaws.handlers.AsyncHandler<DescribeMetricCollectionTypesRequest, DescribeMetricCollectionTypesResult> asyncHandler) { return describeMetricCollectionTypesAsync(new Desc...
java
@Override public java.util.concurrent.Future<DescribeMetricCollectionTypesResult> describeMetricCollectionTypesAsync( com.amazonaws.handlers.AsyncHandler<DescribeMetricCollectionTypesRequest, DescribeMetricCollectionTypesResult> asyncHandler) { return describeMetricCollectionTypesAsync(new Desc...
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "DescribeMetricCollectionTypesResult", ">", "describeMetricCollectionTypesAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "DescribeMetricCollectionTyp...
Simplified method form for invoking the DescribeMetricCollectionTypes operation with an AsyncHandler. @see #describeMetricCollectionTypesAsync(DescribeMetricCollectionTypesRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "DescribeMetricCollectionTypes", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AbstractAmazonAutoScalingAsync.java#L591-L596
19,808
aws/aws-sdk-java
aws-java-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AbstractAmazonAutoScalingAsync.java
AbstractAmazonAutoScalingAsync.describePoliciesAsync
@Override public java.util.concurrent.Future<DescribePoliciesResult> describePoliciesAsync( com.amazonaws.handlers.AsyncHandler<DescribePoliciesRequest, DescribePoliciesResult> asyncHandler) { return describePoliciesAsync(new DescribePoliciesRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<DescribePoliciesResult> describePoliciesAsync( com.amazonaws.handlers.AsyncHandler<DescribePoliciesRequest, DescribePoliciesResult> asyncHandler) { return describePoliciesAsync(new DescribePoliciesRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "DescribePoliciesResult", ">", "describePoliciesAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "DescribePoliciesRequest", ",", "DescribePoliciesR...
Simplified method form for invoking the DescribePolicies operation with an AsyncHandler. @see #describePoliciesAsync(DescribePoliciesRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "DescribePolicies", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AbstractAmazonAutoScalingAsync.java#L666-L671
19,809
aws/aws-sdk-java
aws-java-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AbstractAmazonAutoScalingAsync.java
AbstractAmazonAutoScalingAsync.describeScalingProcessTypesAsync
@Override public java.util.concurrent.Future<DescribeScalingProcessTypesResult> describeScalingProcessTypesAsync( com.amazonaws.handlers.AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) { return describeScalingProcessTypesAsync(new DescribeScalin...
java
@Override public java.util.concurrent.Future<DescribeScalingProcessTypesResult> describeScalingProcessTypesAsync( com.amazonaws.handlers.AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult> asyncHandler) { return describeScalingProcessTypesAsync(new DescribeScalin...
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "DescribeScalingProcessTypesResult", ">", "describeScalingProcessTypesAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "DescribeScalingProcessTypesRequ...
Simplified method form for invoking the DescribeScalingProcessTypes operation with an AsyncHandler. @see #describeScalingProcessTypesAsync(DescribeScalingProcessTypesRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "DescribeScalingProcessTypes", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-autoscaling/src/main/java/com/amazonaws/services/autoscaling/AbstractAmazonAutoScalingAsync.java#L738-L743
19,810
aws/aws-sdk-java
aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/waiters/AmazonElasticMapReduceWaiters.java
AmazonElasticMapReduceWaiters.clusterRunning
public Waiter<DescribeClusterRequest> clusterRunning() { return new WaiterBuilder<DescribeClusterRequest, DescribeClusterResult>() .withSdkFunction(new DescribeClusterFunction(client)) .withAcceptors(new ClusterRunning.IsRUNNINGMatcher(), new ClusterRunning.IsWAITINGMatcher(), n...
java
public Waiter<DescribeClusterRequest> clusterRunning() { return new WaiterBuilder<DescribeClusterRequest, DescribeClusterResult>() .withSdkFunction(new DescribeClusterFunction(client)) .withAcceptors(new ClusterRunning.IsRUNNINGMatcher(), new ClusterRunning.IsWAITINGMatcher(), n...
[ "public", "Waiter", "<", "DescribeClusterRequest", ">", "clusterRunning", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeClusterRequest", ",", "DescribeClusterResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeClusterFunction", "(", ...
Builds a ClusterRunning waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
[ "Builds", "a", "ClusterRunning", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "resource",...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/waiters/AmazonElasticMapReduceWaiters.java#L51-L59
19,811
aws/aws-sdk-java
aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/waiters/AmazonElasticMapReduceWaiters.java
AmazonElasticMapReduceWaiters.stepComplete
public Waiter<DescribeStepRequest> stepComplete() { return new WaiterBuilder<DescribeStepRequest, DescribeStepResult>().withSdkFunction(new DescribeStepFunction(client)) .withAcceptors(new StepComplete.IsCOMPLETEDMatcher(), new StepComplete.IsFAILEDMatcher(), new StepComplete.IsCANCELLEDMatcher...
java
public Waiter<DescribeStepRequest> stepComplete() { return new WaiterBuilder<DescribeStepRequest, DescribeStepResult>().withSdkFunction(new DescribeStepFunction(client)) .withAcceptors(new StepComplete.IsCOMPLETEDMatcher(), new StepComplete.IsFAILEDMatcher(), new StepComplete.IsCANCELLEDMatcher...
[ "public", "Waiter", "<", "DescribeStepRequest", ">", "stepComplete", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeStepRequest", ",", "DescribeStepResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeStepFunction", "(", "client", "...
Builds a StepComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
[ "Builds", "a", "StepComplete", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "resource", ...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/waiters/AmazonElasticMapReduceWaiters.java#L66-L72
19,812
aws/aws-sdk-java
aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/waiters/AmazonElasticMapReduceWaiters.java
AmazonElasticMapReduceWaiters.clusterTerminated
public Waiter<DescribeClusterRequest> clusterTerminated() { return new WaiterBuilder<DescribeClusterRequest, DescribeClusterResult>().withSdkFunction(new DescribeClusterFunction(client)) .withAcceptors(new ClusterTerminated.IsTERMINATEDMatcher(), new ClusterTerminated.IsTERMINATED_WITH_ERRORSMa...
java
public Waiter<DescribeClusterRequest> clusterTerminated() { return new WaiterBuilder<DescribeClusterRequest, DescribeClusterResult>().withSdkFunction(new DescribeClusterFunction(client)) .withAcceptors(new ClusterTerminated.IsTERMINATEDMatcher(), new ClusterTerminated.IsTERMINATED_WITH_ERRORSMa...
[ "public", "Waiter", "<", "DescribeClusterRequest", ">", "clusterTerminated", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeClusterRequest", ",", "DescribeClusterResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeClusterFunction", "("...
Builds a ClusterTerminated waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy...
[ "Builds", "a", "ClusterTerminated", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "resourc...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/waiters/AmazonElasticMapReduceWaiters.java#L79-L85
19,813
aws/aws-sdk-java
aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/waiters/AmazonCloudFormationWaiters.java
AmazonCloudFormationWaiters.stackExists
public Waiter<DescribeStacksRequest> stackExists() { return new WaiterBuilder<DescribeStacksRequest, DescribeStacksResult>().withSdkFunction(new DescribeStacksFunction(client)) .withAcceptors(new HttpSuccessStatusAcceptor(WaiterState.SUCCESS), new StackExists.IsValidationErrorMatcher()) ...
java
public Waiter<DescribeStacksRequest> stackExists() { return new WaiterBuilder<DescribeStacksRequest, DescribeStacksResult>().withSdkFunction(new DescribeStacksFunction(client)) .withAcceptors(new HttpSuccessStatusAcceptor(WaiterState.SUCCESS), new StackExists.IsValidationErrorMatcher()) ...
[ "public", "Waiter", "<", "DescribeStacksRequest", ">", "stackExists", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeStacksRequest", ",", "DescribeStacksResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeStacksFunction", "(", "clien...
Builds a StackExists waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
[ "Builds", "a", "StackExists", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "resource", ...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/waiters/AmazonCloudFormationWaiters.java#L51-L57
19,814
aws/aws-sdk-java
aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/waiters/AmazonCloudFormationWaiters.java
AmazonCloudFormationWaiters.stackCreateComplete
public Waiter<DescribeStacksRequest> stackCreateComplete() { return new WaiterBuilder<DescribeStacksRequest, DescribeStacksResult>() .withSdkFunction(new DescribeStacksFunction(client)) .withAcceptors(new StackCreateComplete.IsCREATE_COMPLETEMatcher(), new StackCreateComplete.Is...
java
public Waiter<DescribeStacksRequest> stackCreateComplete() { return new WaiterBuilder<DescribeStacksRequest, DescribeStacksResult>() .withSdkFunction(new DescribeStacksFunction(client)) .withAcceptors(new StackCreateComplete.IsCREATE_COMPLETEMatcher(), new StackCreateComplete.Is...
[ "public", "Waiter", "<", "DescribeStacksRequest", ">", "stackCreateComplete", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeStacksRequest", ",", "DescribeStacksResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeStacksFunction", "(", ...
Builds a StackCreateComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strate...
[ "Builds", "a", "StackCreateComplete", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "resou...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/waiters/AmazonCloudFormationWaiters.java#L64-L74
19,815
aws/aws-sdk-java
aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/waiters/AmazonCloudFormationWaiters.java
AmazonCloudFormationWaiters.changeSetCreateComplete
public Waiter<DescribeChangeSetRequest> changeSetCreateComplete() { return new WaiterBuilder<DescribeChangeSetRequest, DescribeChangeSetResult>() .withSdkFunction(new DescribeChangeSetFunction(client)) .withAcceptors(new ChangeSetCreateComplete.IsCREATE_COMPLETEMatcher(), new Ch...
java
public Waiter<DescribeChangeSetRequest> changeSetCreateComplete() { return new WaiterBuilder<DescribeChangeSetRequest, DescribeChangeSetResult>() .withSdkFunction(new DescribeChangeSetFunction(client)) .withAcceptors(new ChangeSetCreateComplete.IsCREATE_COMPLETEMatcher(), new Ch...
[ "public", "Waiter", "<", "DescribeChangeSetRequest", ">", "changeSetCreateComplete", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeChangeSetRequest", ",", "DescribeChangeSetResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeChangeSetFu...
Builds a ChangeSetCreateComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling st...
[ "Builds", "a", "ChangeSetCreateComplete", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "r...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/waiters/AmazonCloudFormationWaiters.java#L81-L89
19,816
aws/aws-sdk-java
aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/waiters/AmazonCloudFormationWaiters.java
AmazonCloudFormationWaiters.stackDeleteComplete
public Waiter<DescribeStacksRequest> stackDeleteComplete() { return new WaiterBuilder<DescribeStacksRequest, DescribeStacksResult>() .withSdkFunction(new DescribeStacksFunction(client)) .withAcceptors(new StackDeleteComplete.IsDELETE_COMPLETEMatcher(), new StackDeleteComplete.Is...
java
public Waiter<DescribeStacksRequest> stackDeleteComplete() { return new WaiterBuilder<DescribeStacksRequest, DescribeStacksResult>() .withSdkFunction(new DescribeStacksFunction(client)) .withAcceptors(new StackDeleteComplete.IsDELETE_COMPLETEMatcher(), new StackDeleteComplete.Is...
[ "public", "Waiter", "<", "DescribeStacksRequest", ">", "stackDeleteComplete", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeStacksRequest", ",", "DescribeStacksResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeStacksFunction", "(", ...
Builds a StackDeleteComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strate...
[ "Builds", "a", "StackDeleteComplete", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "resou...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/waiters/AmazonCloudFormationWaiters.java#L96-L106
19,817
aws/aws-sdk-java
aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/waiters/AmazonCloudFormationWaiters.java
AmazonCloudFormationWaiters.stackUpdateComplete
public Waiter<DescribeStacksRequest> stackUpdateComplete() { return new WaiterBuilder<DescribeStacksRequest, DescribeStacksResult>() .withSdkFunction(new DescribeStacksFunction(client)) .withAcceptors(new StackUpdateComplete.IsUPDATE_COMPLETEMatcher(), new StackUpdateComplete.Is...
java
public Waiter<DescribeStacksRequest> stackUpdateComplete() { return new WaiterBuilder<DescribeStacksRequest, DescribeStacksResult>() .withSdkFunction(new DescribeStacksFunction(client)) .withAcceptors(new StackUpdateComplete.IsUPDATE_COMPLETEMatcher(), new StackUpdateComplete.Is...
[ "public", "Waiter", "<", "DescribeStacksRequest", ">", "stackUpdateComplete", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeStacksRequest", ",", "DescribeStacksResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeStacksFunction", "(", ...
Builds a StackUpdateComplete waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strate...
[ "Builds", "a", "StackUpdateComplete", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "resou...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/waiters/AmazonCloudFormationWaiters.java#L113-L122
19,818
aws/aws-sdk-java
aws-java-sdk-opensdk/src/main/java/com/amazonaws/opensdk/protect/protocol/ApiGatewayProtocolFactoryImpl.java
ApiGatewayProtocolFactoryImpl.createResponseHandler
public <T extends BaseResult> HttpResponseHandler<T> createResponseHandler( JsonOperationMetadata operationMetadata, Unmarshaller<T, JsonUnmarshallerContext> responseUnmarshaller) { final JsonResponseHandler<T> responseHandler = JSON_FACTORY .createResponseHandler(operati...
java
public <T extends BaseResult> HttpResponseHandler<T> createResponseHandler( JsonOperationMetadata operationMetadata, Unmarshaller<T, JsonUnmarshallerContext> responseUnmarshaller) { final JsonResponseHandler<T> responseHandler = JSON_FACTORY .createResponseHandler(operati...
[ "public", "<", "T", "extends", "BaseResult", ">", "HttpResponseHandler", "<", "T", ">", "createResponseHandler", "(", "JsonOperationMetadata", "operationMetadata", ",", "Unmarshaller", "<", "T", ",", "JsonUnmarshallerContext", ">", "responseUnmarshaller", ")", "{", "f...
Creates a response handler to be used for handling a successful response. @param operationMetadata Additional context information about an operation to create the appropriate response handler.
[ "Creates", "a", "response", "handler", "to", "be", "used", "for", "handling", "a", "successful", "response", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-opensdk/src/main/java/com/amazonaws/opensdk/protect/protocol/ApiGatewayProtocolFactoryImpl.java#L87-L93
19,819
aws/aws-sdk-java
aws-java-sdk-greengrass/src/main/java/com/amazonaws/services/greengrass/model/Connector.java
Connector.withParameters
public Connector withParameters(java.util.Map<String, String> parameters) { setParameters(parameters); return this; }
java
public Connector withParameters(java.util.Map<String, String> parameters) { setParameters(parameters); return this; }
[ "public", "Connector", "withParameters", "(", "java", ".", "util", ".", "Map", "<", "String", ",", "String", ">", "parameters", ")", "{", "setParameters", "(", "parameters", ")", ";", "return", "this", ";", "}" ]
The parameters or configuration that the connector uses. @param parameters The parameters or configuration that the connector uses. @return Returns a reference to this object so that method calls can be chained together.
[ "The", "parameters", "or", "configuration", "that", "the", "connector", "uses", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-greengrass/src/main/java/com/amazonaws/services/greengrass/model/Connector.java#L143-L146
19,820
aws/aws-sdk-java
aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/ObjectMetadata.java
ObjectMetadata.getInstanceLength
public long getInstanceLength() { // See Content-Range in // http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html String contentRange = (String)metadata.get(Headers.CONTENT_RANGE); if (contentRange != null) { int pos = contentRange.lastIndexOf("/"); if (pos >= 0...
java
public long getInstanceLength() { // See Content-Range in // http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html String contentRange = (String)metadata.get(Headers.CONTENT_RANGE); if (contentRange != null) { int pos = contentRange.lastIndexOf("/"); if (pos >= 0...
[ "public", "long", "getInstanceLength", "(", ")", "{", "// See Content-Range in", "// http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html", "String", "contentRange", "=", "(", "String", ")", "metadata", ".", "get", "(", "Headers", ".", "CONTENT_RANGE", ")", ";", "if",...
Returns the physical length of the entire object stored in S3. This is useful during, for example, a range get operation.
[ "Returns", "the", "physical", "length", "of", "the", "entire", "object", "stored", "in", "S3", ".", "This", "is", "useful", "during", "for", "example", "a", "range", "get", "operation", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/ObjectMetadata.java#L307-L317
19,821
aws/aws-sdk-java
aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/ObjectMetadata.java
ObjectMetadata.getObjectLockRetainUntilDate
public Date getObjectLockRetainUntilDate() { String dateStr = (String) metadata.get(Headers.OBJECT_LOCK_RETAIN_UNTIL_DATE); if (dateStr != null) { return DateUtils.parseISO8601Date(dateStr); } return null; }
java
public Date getObjectLockRetainUntilDate() { String dateStr = (String) metadata.get(Headers.OBJECT_LOCK_RETAIN_UNTIL_DATE); if (dateStr != null) { return DateUtils.parseISO8601Date(dateStr); } return null; }
[ "public", "Date", "getObjectLockRetainUntilDate", "(", ")", "{", "String", "dateStr", "=", "(", "String", ")", "metadata", ".", "get", "(", "Headers", ".", "OBJECT_LOCK_RETAIN_UNTIL_DATE", ")", ";", "if", "(", "dateStr", "!=", "null", ")", "{", "return", "Da...
The date and time this object's Object Lock will expire.
[ "The", "date", "and", "time", "this", "object", "s", "Object", "Lock", "will", "expire", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/ObjectMetadata.java#L970-L976
19,822
aws/aws-sdk-java
aws-java-sdk-pinpoint/src/main/java/com/amazonaws/services/pinpoint/model/EventDimensions.java
EventDimensions.withAttributes
public EventDimensions withAttributes(java.util.Map<String, AttributeDimension> attributes) { setAttributes(attributes); return this; }
java
public EventDimensions withAttributes(java.util.Map<String, AttributeDimension> attributes) { setAttributes(attributes); return this; }
[ "public", "EventDimensions", "withAttributes", "(", "java", ".", "util", ".", "Map", "<", "String", ",", "AttributeDimension", ">", "attributes", ")", "{", "setAttributes", "(", "attributes", ")", ";", "return", "this", ";", "}" ]
Custom attributes that your app reports to Amazon Pinpoint. You can use these attributes as selection criteria when you create an event filter. @param attributes Custom attributes that your app reports to Amazon Pinpoint. You can use these attributes as selection criteria when you create an event filter. @return Retur...
[ "Custom", "attributes", "that", "your", "app", "reports", "to", "Amazon", "Pinpoint", ".", "You", "can", "use", "these", "attributes", "as", "selection", "criteria", "when", "you", "create", "an", "event", "filter", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-pinpoint/src/main/java/com/amazonaws/services/pinpoint/model/EventDimensions.java#L80-L83
19,823
aws/aws-sdk-java
aws-java-sdk-pinpoint/src/main/java/com/amazonaws/services/pinpoint/model/EventDimensions.java
EventDimensions.withMetrics
public EventDimensions withMetrics(java.util.Map<String, MetricDimension> metrics) { setMetrics(metrics); return this; }
java
public EventDimensions withMetrics(java.util.Map<String, MetricDimension> metrics) { setMetrics(metrics); return this; }
[ "public", "EventDimensions", "withMetrics", "(", "java", ".", "util", ".", "Map", "<", "String", ",", "MetricDimension", ">", "metrics", ")", "{", "setMetrics", "(", "metrics", ")", ";", "return", "this", ";", "}" ]
Custom metrics that your app reports to Amazon Pinpoint. You can use these attributes as selection criteria when you create an event filter. @param metrics Custom metrics that your app reports to Amazon Pinpoint. You can use these attributes as selection criteria when you create an event filter. @return Returns a refe...
[ "Custom", "metrics", "that", "your", "app", "reports", "to", "Amazon", "Pinpoint", ".", "You", "can", "use", "these", "attributes", "as", "selection", "criteria", "when", "you", "create", "an", "event", "filter", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-pinpoint/src/main/java/com/amazonaws/services/pinpoint/model/EventDimensions.java#L181-L184
19,824
aws/aws-sdk-java
aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/S3Link.java
S3Link.fromJson
public static S3Link fromJson(S3ClientCache s3cc, String json) { ID id = Jackson.fromJsonString(json, ID.class); return new S3Link(s3cc, id); }
java
public static S3Link fromJson(S3ClientCache s3cc, String json) { ID id = Jackson.fromJsonString(json, ID.class); return new S3Link(s3cc, id); }
[ "public", "static", "S3Link", "fromJson", "(", "S3ClientCache", "s3cc", ",", "String", "json", ")", "{", "ID", "id", "=", "Jackson", ".", "fromJsonString", "(", "json", ",", "ID", ".", "class", ")", ";", "return", "new", "S3Link", "(", "s3cc", ",", "id...
Deserializes from a JSON string.
[ "Deserializes", "from", "a", "JSON", "string", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/S3Link.java#L171-L174
19,825
aws/aws-sdk-java
aws-java-sdk-mediaconnect/src/main/java/com/amazonaws/services/mediaconnect/model/ListFlowsResult.java
ListFlowsResult.setFlows
public void setFlows(java.util.Collection<ListedFlow> flows) { if (flows == null) { this.flows = null; return; } this.flows = new java.util.ArrayList<ListedFlow>(flows); }
java
public void setFlows(java.util.Collection<ListedFlow> flows) { if (flows == null) { this.flows = null; return; } this.flows = new java.util.ArrayList<ListedFlow>(flows); }
[ "public", "void", "setFlows", "(", "java", ".", "util", ".", "Collection", "<", "ListedFlow", ">", "flows", ")", "{", "if", "(", "flows", "==", "null", ")", "{", "this", ".", "flows", "=", "null", ";", "return", ";", "}", "this", ".", "flows", "=",...
A list of flow summaries. @param flows A list of flow summaries.
[ "A", "list", "of", "flow", "summaries", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-mediaconnect/src/main/java/com/amazonaws/services/mediaconnect/model/ListFlowsResult.java#L53-L60
19,826
aws/aws-sdk-java
src/samples/AmazonKinesisFirehose/AmazonKinesisFirehoseToRedshiftSample.java
AmazonKinesisFirehoseToRedshiftSample.createDeliveryStream
private static void createDeliveryStream() throws Exception { boolean deliveryStreamExists = false; LOG.info("Checking if " + deliveryStreamName + " already exits"); List<String> deliveryStreamNames = listDeliveryStreams(); if (deliveryStreamNames != null && deliveryStreamNames.contain...
java
private static void createDeliveryStream() throws Exception { boolean deliveryStreamExists = false; LOG.info("Checking if " + deliveryStreamName + " already exits"); List<String> deliveryStreamNames = listDeliveryStreams(); if (deliveryStreamNames != null && deliveryStreamNames.contain...
[ "private", "static", "void", "createDeliveryStream", "(", ")", "throws", "Exception", "{", "boolean", "deliveryStreamExists", "=", "false", ";", "LOG", ".", "info", "(", "\"Checking if \"", "+", "deliveryStreamName", "+", "\" already exits\"", ")", ";", "List", "<...
Method to create delivery stream with Redshift destination configuration. @throws Exception
[ "Method", "to", "create", "delivery", "stream", "with", "Redshift", "destination", "configuration", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/src/samples/AmazonKinesisFirehose/AmazonKinesisFirehoseToRedshiftSample.java#L207-L263
19,827
aws/aws-sdk-java
src/samples/AmazonKinesisFirehose/AmazonKinesisFirehoseToRedshiftSample.java
AmazonKinesisFirehoseToRedshiftSample.updateDeliveryStream
private static void updateDeliveryStream() { DeliveryStreamDescription deliveryStreamDescription = describeDeliveryStream(deliveryStreamName); LOG.info("Updating DeliveryStream Destination: " + deliveryStreamName + " with new configuration options"); // get(0) -> DeliveryStream currentl...
java
private static void updateDeliveryStream() { DeliveryStreamDescription deliveryStreamDescription = describeDeliveryStream(deliveryStreamName); LOG.info("Updating DeliveryStream Destination: " + deliveryStreamName + " with new configuration options"); // get(0) -> DeliveryStream currentl...
[ "private", "static", "void", "updateDeliveryStream", "(", ")", "{", "DeliveryStreamDescription", "deliveryStreamDescription", "=", "describeDeliveryStream", "(", "deliveryStreamName", ")", ";", "LOG", ".", "info", "(", "\"Updating DeliveryStream Destination: \"", "+", "deli...
Method to update redshift destination with updated copy options.
[ "Method", "to", "update", "redshift", "destination", "with", "updated", "copy", "options", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/src/samples/AmazonKinesisFirehose/AmazonKinesisFirehoseToRedshiftSample.java#L268-L290
19,828
aws/aws-sdk-java
aws-java-sdk-mediaconnect/src/main/java/com/amazonaws/services/mediaconnect/model/ListEntitlementsResult.java
ListEntitlementsResult.setEntitlements
public void setEntitlements(java.util.Collection<ListedEntitlement> entitlements) { if (entitlements == null) { this.entitlements = null; return; } this.entitlements = new java.util.ArrayList<ListedEntitlement>(entitlements); }
java
public void setEntitlements(java.util.Collection<ListedEntitlement> entitlements) { if (entitlements == null) { this.entitlements = null; return; } this.entitlements = new java.util.ArrayList<ListedEntitlement>(entitlements); }
[ "public", "void", "setEntitlements", "(", "java", ".", "util", ".", "Collection", "<", "ListedEntitlement", ">", "entitlements", ")", "{", "if", "(", "entitlements", "==", "null", ")", "{", "this", ".", "entitlements", "=", "null", ";", "return", ";", "}",...
A list of entitlements that have been granted to you from other AWS accounts. @param entitlements A list of entitlements that have been granted to you from other AWS accounts.
[ "A", "list", "of", "entitlements", "that", "have", "been", "granted", "to", "you", "from", "other", "AWS", "accounts", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-mediaconnect/src/main/java/com/amazonaws/services/mediaconnect/model/ListEntitlementsResult.java#L53-L60
19,829
aws/aws-sdk-java
aws-java-sdk-directconnect/src/main/java/com/amazonaws/services/directconnect/AbstractAmazonDirectConnectAsync.java
AbstractAmazonDirectConnectAsync.describeConnectionsAsync
@Override public java.util.concurrent.Future<DescribeConnectionsResult> describeConnectionsAsync( com.amazonaws.handlers.AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) { return describeConnectionsAsync(new DescribeConnectionsRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<DescribeConnectionsResult> describeConnectionsAsync( com.amazonaws.handlers.AsyncHandler<DescribeConnectionsRequest, DescribeConnectionsResult> asyncHandler) { return describeConnectionsAsync(new DescribeConnectionsRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "DescribeConnectionsResult", ">", "describeConnectionsAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "DescribeConnectionsRequest", ",", "Describe...
Simplified method form for invoking the DescribeConnections operation with an AsyncHandler. @see #describeConnectionsAsync(DescribeConnectionsRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "DescribeConnections", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-directconnect/src/main/java/com/amazonaws/services/directconnect/AbstractAmazonDirectConnectAsync.java#L454-L459
19,830
aws/aws-sdk-java
aws-java-sdk-code-generator/src/main/java/com/amazonaws/codegen/emitters/tasks/ModelClassGeneratorTasks.java
ModelClassGeneratorTasks.shouldGenerateSdkRequestConfigSetter
private boolean shouldGenerateSdkRequestConfigSetter(ShapeModel shape) { return model.getMetadata().getProtocol() == Protocol.API_GATEWAY && shape.getShapeType() == ShapeType.Request; }
java
private boolean shouldGenerateSdkRequestConfigSetter(ShapeModel shape) { return model.getMetadata().getProtocol() == Protocol.API_GATEWAY && shape.getShapeType() == ShapeType.Request; }
[ "private", "boolean", "shouldGenerateSdkRequestConfigSetter", "(", "ShapeModel", "shape", ")", "{", "return", "model", ".", "getMetadata", "(", ")", ".", "getProtocol", "(", ")", "==", "Protocol", ".", "API_GATEWAY", "&&", "shape", ".", "getShapeType", "(", ")",...
For API Gateway request classes we override the sdkRequestConfig fluent setter to return the correct concrete request type for better method chaining. @return True if sdkRequestConfig should be overriden by template. False if not.
[ "For", "API", "Gateway", "request", "classes", "we", "override", "the", "sdkRequestConfig", "fluent", "setter", "to", "return", "the", "correct", "concrete", "request", "type", "for", "better", "method", "chaining", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-code-generator/src/main/java/com/amazonaws/codegen/emitters/tasks/ModelClassGeneratorTasks.java#L90-L92
19,831
aws/aws-sdk-java
aws-java-sdk-core/src/main/java/com/amazonaws/protocol/json/JsonProtocolMarshallerBuilder.java
JsonProtocolMarshallerBuilder.marshallerOverride
public <MarshallT> JsonProtocolMarshallerBuilder<T> marshallerOverride(MarshallLocation marshallLocation, MarshallingType<MarshallT> marshallingType, StructuredJsonMarsha...
java
public <MarshallT> JsonProtocolMarshallerBuilder<T> marshallerOverride(MarshallLocation marshallLocation, MarshallingType<MarshallT> marshallingType, StructuredJsonMarsha...
[ "public", "<", "MarshallT", ">", "JsonProtocolMarshallerBuilder", "<", "T", ">", "marshallerOverride", "(", "MarshallLocation", "marshallLocation", ",", "MarshallingType", "<", "MarshallT", ">", "marshallingType", ",", "StructuredJsonMarshaller", "<", "MarshallT", ">", ...
Registers an override for the marshaller registry. @param marshallLocation Location to override marshaller for. @param marshallingType Type to override marshaller for. @param marshaller Marshaller to use for the given location and type. @param <MarshallT> Type of thing being marshalled. @return This builde...
[ "Registers", "an", "override", "for", "the", "marshaller", "registry", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-core/src/main/java/com/amazonaws/protocol/json/JsonProtocolMarshallerBuilder.java#L85-L93
19,832
aws/aws-sdk-java
aws-java-sdk-code-generator/src/main/java/com/amazonaws/codegen/internal/TypeUtils.java
TypeUtils.getJavaDataType
public String getJavaDataType(Map<String, Shape> shapes, String shapeName) { return getJavaDataType(shapes, shapeName, null); }
java
public String getJavaDataType(Map<String, Shape> shapes, String shapeName) { return getJavaDataType(shapes, shapeName, null); }
[ "public", "String", "getJavaDataType", "(", "Map", "<", "String", ",", "Shape", ">", "shapes", ",", "String", "shapeName", ")", "{", "return", "getJavaDataType", "(", "shapes", ",", "shapeName", ",", "null", ")", ";", "}" ]
Returns the default Java type of the specified shape.
[ "Returns", "the", "default", "Java", "type", "of", "the", "specified", "shape", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-code-generator/src/main/java/com/amazonaws/codegen/internal/TypeUtils.java#L125-L127
19,833
aws/aws-sdk-java
aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java
SignatureVerifier.verifySignature
void verifySignature(JsonNode messageJson) { if (!signatureChecker.verifySignature(toMap(messageJson), fetchPublicKey(messageJson))) { throw new SdkClientException("Signature in SNS message was invalid"); } }
java
void verifySignature(JsonNode messageJson) { if (!signatureChecker.verifySignature(toMap(messageJson), fetchPublicKey(messageJson))) { throw new SdkClientException("Signature in SNS message was invalid"); } }
[ "void", "verifySignature", "(", "JsonNode", "messageJson", ")", "{", "if", "(", "!", "signatureChecker", ".", "verifySignature", "(", "toMap", "(", "messageJson", ")", ",", "fetchPublicKey", "(", "messageJson", ")", ")", ")", "{", "throw", "new", "SdkClientExc...
Verifies the signature of the SNS message by downloading the public certificate from SNS and computing the signature from the request properties. If the signature does not match, or if the cert is inaccessible or invalid and exception will be thrown. @param messageJson JSON message object.
[ "Verifies", "the", "signature", "of", "the", "SNS", "message", "by", "downloading", "the", "public", "certificate", "from", "SNS", "and", "computing", "the", "signature", "from", "the", "request", "properties", ".", "If", "the", "signature", "does", "not", "ma...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java#L90-L94
19,834
aws/aws-sdk-java
aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java
SignatureVerifier.fetchPublicKey
private synchronized PublicKey fetchPublicKey(JsonNode messageJson) { URI certUrl = URI.create(messageJson.get(SIGNING_CERT_URL).asText()); PublicKey publicKey = certificateCache.get(certUrl.toString()); if (publicKey == null) { publicKey = createPublicKey(downloadCertWithRetries(cer...
java
private synchronized PublicKey fetchPublicKey(JsonNode messageJson) { URI certUrl = URI.create(messageJson.get(SIGNING_CERT_URL).asText()); PublicKey publicKey = certificateCache.get(certUrl.toString()); if (publicKey == null) { publicKey = createPublicKey(downloadCertWithRetries(cer...
[ "private", "synchronized", "PublicKey", "fetchPublicKey", "(", "JsonNode", "messageJson", ")", "{", "URI", "certUrl", "=", "URI", ".", "create", "(", "messageJson", ".", "get", "(", "SIGNING_CERT_URL", ")", ".", "asText", "(", ")", ")", ";", "PublicKey", "pu...
Retrieve the certificate public key from the cache if available, otherwise download it from the URL in the message JSON. @param messageJson Message JSON. @return Public key of SNS certificate.
[ "Retrieve", "the", "certificate", "public", "key", "from", "the", "cache", "if", "available", "otherwise", "download", "it", "from", "the", "URL", "in", "the", "message", "JSON", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java#L103-L111
19,835
aws/aws-sdk-java
aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java
SignatureVerifier.downloadCertWithRetries
private String downloadCertWithRetries(URI certUrl) { try { return downloadCert(certUrl); } catch (SdkBaseException e) { if (isRetryable(e)) { return downloadCert(certUrl); } else { throw e; } } }
java
private String downloadCertWithRetries(URI certUrl) { try { return downloadCert(certUrl); } catch (SdkBaseException e) { if (isRetryable(e)) { return downloadCert(certUrl); } else { throw e; } } }
[ "private", "String", "downloadCertWithRetries", "(", "URI", "certUrl", ")", "{", "try", "{", "return", "downloadCert", "(", "certUrl", ")", ";", "}", "catch", "(", "SdkBaseException", "e", ")", "{", "if", "(", "isRetryable", "(", "e", ")", ")", "{", "ret...
Downloads the certificate from the provided URL, retrying once if applicable. @param certUrl URL to download certificate from. @return String contents of certificate.
[ "Downloads", "the", "certificate", "from", "the", "provided", "URL", "retrying", "once", "if", "applicable", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java#L119-L129
19,836
aws/aws-sdk-java
aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java
SignatureVerifier.isRetryable
private boolean isRetryable(SdkBaseException e) { if (e.getCause() instanceof IOException) { return true; } else if (e instanceof HttpException) { // Only retry on 500s. return ((HttpException) e).getStatusCode() / 100 == 5; } else { return false; ...
java
private boolean isRetryable(SdkBaseException e) { if (e.getCause() instanceof IOException) { return true; } else if (e instanceof HttpException) { // Only retry on 500s. return ((HttpException) e).getStatusCode() / 100 == 5; } else { return false; ...
[ "private", "boolean", "isRetryable", "(", "SdkBaseException", "e", ")", "{", "if", "(", "e", ".", "getCause", "(", ")", "instanceof", "IOException", ")", "{", "return", "true", ";", "}", "else", "if", "(", "e", "instanceof", "HttpException", ")", "{", "/...
Determines if the exception received when downloading the certificate is retryable or not. @param e Exception when downloading certificate from provided URL. @return True if it is retryable, false otherwise.
[ "Determines", "if", "the", "exception", "received", "when", "downloading", "the", "certificate", "is", "retryable", "or", "not", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java#L137-L146
19,837
aws/aws-sdk-java
aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java
SignatureVerifier.downloadCert
private String downloadCert(URI certUrl) { try { signingCertUrlVerifier.verifyCertUrl(certUrl); HttpResponse response = client.execute(new HttpGet(certUrl)); if (ApacheUtils.isRequestSuccessful(response)) { try { return IOUtils.toString(res...
java
private String downloadCert(URI certUrl) { try { signingCertUrlVerifier.verifyCertUrl(certUrl); HttpResponse response = client.execute(new HttpGet(certUrl)); if (ApacheUtils.isRequestSuccessful(response)) { try { return IOUtils.toString(res...
[ "private", "String", "downloadCert", "(", "URI", "certUrl", ")", "{", "try", "{", "signingCertUrlVerifier", ".", "verifyCertUrl", "(", "certUrl", ")", ";", "HttpResponse", "response", "=", "client", ".", "execute", "(", "new", "HttpGet", "(", "certUrl", ")", ...
Downloads the certificate from the provided URL. Asserts that the endpoint is an SNS endpoint and that the certificate is vended over HTTPs. @param certUrl URL to download certificate from. @return String contents of certificate. @throws SdkClientException If certificate cannot be downloaded or URL is invalid.
[ "Downloads", "the", "certificate", "from", "the", "provided", "URL", ".", "Asserts", "that", "the", "endpoint", "is", "an", "SNS", "endpoint", "and", "that", "the", "certificate", "is", "vended", "over", "HTTPs", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java#L156-L172
19,838
aws/aws-sdk-java
aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java
SignatureVerifier.createPublicKey
private PublicKey createPublicKey(String cert) { try { CertificateFactory fact = CertificateFactory.getInstance("X.509"); InputStream stream = new ByteArrayInputStream(cert.getBytes(Charset.forName("UTF-8"))); X509Certificate cer = (X509Certificate) fact.generateCertificate(s...
java
private PublicKey createPublicKey(String cert) { try { CertificateFactory fact = CertificateFactory.getInstance("X.509"); InputStream stream = new ByteArrayInputStream(cert.getBytes(Charset.forName("UTF-8"))); X509Certificate cer = (X509Certificate) fact.generateCertificate(s...
[ "private", "PublicKey", "createPublicKey", "(", "String", "cert", ")", "{", "try", "{", "CertificateFactory", "fact", "=", "CertificateFactory", ".", "getInstance", "(", "\"X.509\"", ")", ";", "InputStream", "stream", "=", "new", "ByteArrayInputStream", "(", "cert...
Build a PublicKey object from a cert @param cert The cert body @return A public key
[ "Build", "a", "PublicKey", "object", "from", "a", "cert" ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-sns/src/main/java/com/amazonaws/services/sns/message/SignatureVerifier.java#L196-L208
19,839
aws/aws-sdk-java
aws-java-sdk-cloudwatchmetrics/src/main/java/com/amazonaws/metrics/internal/cloudwatch/BlockingRequestBuilder.java
BlockingRequestBuilder.summarize
private void summarize(MetricDatum datum, Map<String, MetricDatum> uniqueMetrics) { Double value = datum.getValue(); if (value == null) { return; } List<Dimension> dims = datum.getDimensions(); Collections.sort(dims, DimensionComparator.INSTANCE); String metri...
java
private void summarize(MetricDatum datum, Map<String, MetricDatum> uniqueMetrics) { Double value = datum.getValue(); if (value == null) { return; } List<Dimension> dims = datum.getDimensions(); Collections.sort(dims, DimensionComparator.INSTANCE); String metri...
[ "private", "void", "summarize", "(", "MetricDatum", "datum", ",", "Map", "<", "String", ",", "MetricDatum", ">", "uniqueMetrics", ")", "{", "Double", "value", "=", "datum", ".", "getValue", "(", ")", ";", "if", "(", "value", "==", "null", ")", "{", "re...
Summarizes the given datum into the statistics of the respective unique metric.
[ "Summarizes", "the", "given", "datum", "into", "the", "statistics", "of", "the", "respective", "unique", "metric", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-cloudwatchmetrics/src/main/java/com/amazonaws/metrics/internal/cloudwatch/BlockingRequestBuilder.java#L106-L137
19,840
aws/aws-sdk-java
aws-java-sdk-cloudwatchmetrics/src/main/java/com/amazonaws/metrics/internal/cloudwatch/BlockingRequestBuilder.java
BlockingRequestBuilder.toPutMetricDataRequests
private Iterable<PutMetricDataRequest> toPutMetricDataRequests(Map<String, MetricDatum> uniqueMetrics) { // Opportunistically generates some machine metrics whenever there // is metrics consolidation for (MetricDatum datum: machineMetricFactory.generateMetrics()) { summarize(datum, u...
java
private Iterable<PutMetricDataRequest> toPutMetricDataRequests(Map<String, MetricDatum> uniqueMetrics) { // Opportunistically generates some machine metrics whenever there // is metrics consolidation for (MetricDatum datum: machineMetricFactory.generateMetrics()) { summarize(datum, u...
[ "private", "Iterable", "<", "PutMetricDataRequest", ">", "toPutMetricDataRequests", "(", "Map", "<", "String", ",", "MetricDatum", ">", "uniqueMetrics", ")", "{", "// Opportunistically generates some machine metrics whenever there", "// is metrics consolidation", "for", "(", ...
Consolidates the input metrics into a list of PutMetricDataRequest, each within the maximum size limit imposed by CloudWatch.
[ "Consolidates", "the", "input", "metrics", "into", "a", "list", "of", "PutMetricDataRequest", "each", "within", "the", "maximum", "size", "limit", "imposed", "by", "CloudWatch", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-cloudwatchmetrics/src/main/java/com/amazonaws/metrics/internal/cloudwatch/BlockingRequestBuilder.java#L142-L162
19,841
aws/aws-sdk-java
aws-java-sdk-cloudwatchmetrics/src/main/java/com/amazonaws/metrics/internal/cloudwatch/BlockingRequestBuilder.java
BlockingRequestBuilder.filterOSMetrics
private Collection<MetricDatum> filterOSMetrics(Collection<MetricDatum> data) { Collection<MetricDatum> output = new ArrayList<MetricDatum>(data.size()); for (MetricDatum datum: data) { if (!OS_METRIC_NAME.equals(datum.getMetricName())) output.add(datum); } re...
java
private Collection<MetricDatum> filterOSMetrics(Collection<MetricDatum> data) { Collection<MetricDatum> output = new ArrayList<MetricDatum>(data.size()); for (MetricDatum datum: data) { if (!OS_METRIC_NAME.equals(datum.getMetricName())) output.add(datum); } re...
[ "private", "Collection", "<", "MetricDatum", ">", "filterOSMetrics", "(", "Collection", "<", "MetricDatum", ">", "data", ")", "{", "Collection", "<", "MetricDatum", ">", "output", "=", "new", "ArrayList", "<", "MetricDatum", ">", "(", "data", ".", "size", "(...
Return a collection of metrics almost the same as the input except with all OS metrics removed.
[ "Return", "a", "collection", "of", "metrics", "almost", "the", "same", "as", "the", "input", "except", "with", "all", "OS", "metrics", "removed", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-cloudwatchmetrics/src/main/java/com/amazonaws/metrics/internal/cloudwatch/BlockingRequestBuilder.java#L225-L232
19,842
aws/aws-sdk-java
aws-java-sdk-cloudwatchmetrics/src/main/java/com/amazonaws/metrics/internal/cloudwatch/BlockingRequestBuilder.java
BlockingRequestBuilder.cloneMetricDatum
final MetricDatum cloneMetricDatum(MetricDatum md) { return new MetricDatum() .withDimensions(md.getDimensions()) // a new collection is created .withMetricName(md.getMetricName()) .withStatisticValues(md.getStatisticValues()) .withTimestamp(md.getTimestamp()) ...
java
final MetricDatum cloneMetricDatum(MetricDatum md) { return new MetricDatum() .withDimensions(md.getDimensions()) // a new collection is created .withMetricName(md.getMetricName()) .withStatisticValues(md.getStatisticValues()) .withTimestamp(md.getTimestamp()) ...
[ "final", "MetricDatum", "cloneMetricDatum", "(", "MetricDatum", "md", ")", "{", "return", "new", "MetricDatum", "(", ")", ".", "withDimensions", "(", "md", ".", "getDimensions", "(", ")", ")", "// a new collection is created", ".", "withMetricName", "(", "md", "...
Returns a metric datum cloned from the given one. Made package private only for testing purposes.
[ "Returns", "a", "metric", "datum", "cloned", "from", "the", "given", "one", ".", "Made", "package", "private", "only", "for", "testing", "purposes", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-cloudwatchmetrics/src/main/java/com/amazonaws/metrics/internal/cloudwatch/BlockingRequestBuilder.java#L260-L268
19,843
aws/aws-sdk-java
aws-java-sdk-mediapackage/src/main/java/com/amazonaws/services/mediapackage/model/ListChannelsResult.java
ListChannelsResult.setChannels
public void setChannels(java.util.Collection<Channel> channels) { if (channels == null) { this.channels = null; return; } this.channels = new java.util.ArrayList<Channel>(channels); }
java
public void setChannels(java.util.Collection<Channel> channels) { if (channels == null) { this.channels = null; return; } this.channels = new java.util.ArrayList<Channel>(channels); }
[ "public", "void", "setChannels", "(", "java", ".", "util", ".", "Collection", "<", "Channel", ">", "channels", ")", "{", "if", "(", "channels", "==", "null", ")", "{", "this", ".", "channels", "=", "null", ";", "return", ";", "}", "this", ".", "chann...
A list of Channel records. @param channels A list of Channel records.
[ "A", "list", "of", "Channel", "records", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-mediapackage/src/main/java/com/amazonaws/services/mediapackage/model/ListChannelsResult.java#L48-L55
19,844
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.archiveFindings
@Override public ArchiveFindingsResult archiveFindings(ArchiveFindingsRequest request) { request = beforeClientExecution(request); return executeArchiveFindings(request); }
java
@Override public ArchiveFindingsResult archiveFindings(ArchiveFindingsRequest request) { request = beforeClientExecution(request); return executeArchiveFindings(request); }
[ "@", "Override", "public", "ArchiveFindingsResult", "archiveFindings", "(", "ArchiveFindingsRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeArchiveFindings", "(", "request", ")", ";", "}" ]
Archives Amazon GuardDuty findings specified by the list of finding IDs. @param archiveFindingsRequest ArchiveFindings request body. @return Result of the ArchiveFindings operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDut...
[ "Archives", "Amazon", "GuardDuty", "findings", "specified", "by", "the", "list", "of", "finding", "IDs", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L201-L205
19,845
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.createDetector
@Override public CreateDetectorResult createDetector(CreateDetectorRequest request) { request = beforeClientExecution(request); return executeCreateDetector(request); }
java
@Override public CreateDetectorResult createDetector(CreateDetectorRequest request) { request = beforeClientExecution(request); return executeCreateDetector(request); }
[ "@", "Override", "public", "CreateDetectorResult", "createDetector", "(", "CreateDetectorRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeCreateDetector", "(", "request", ")", ";", "}" ]
Creates a single Amazon GuardDuty detector. A detector is an object that represents the GuardDuty service. A detector must be created in order for GuardDuty to become operational. @param createDetectorRequest CreateDetector request body. @return Result of the CreateDetector operation returned by the service. @throws B...
[ "Creates", "a", "single", "Amazon", "GuardDuty", "detector", ".", "A", "detector", "is", "an", "object", "that", "represents", "the", "GuardDuty", "service", ".", "A", "detector", "must", "be", "created", "in", "order", "for", "GuardDuty", "to", "become", "o...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L257-L261
19,846
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.createFilter
@Override public CreateFilterResult createFilter(CreateFilterRequest request) { request = beforeClientExecution(request); return executeCreateFilter(request); }
java
@Override public CreateFilterResult createFilter(CreateFilterRequest request) { request = beforeClientExecution(request); return executeCreateFilter(request); }
[ "@", "Override", "public", "CreateFilterResult", "createFilter", "(", "CreateFilterRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeCreateFilter", "(", "request", ")", ";", "}" ]
Creates a filter using the specified finding criteria. @param createFilterRequest CreateFilterRequest request body. @return Result of the CreateFilter operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.CreateFilter @see ...
[ "Creates", "a", "filter", "using", "the", "specified", "finding", "criteria", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L312-L316
19,847
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.createIPSet
@Override public CreateIPSetResult createIPSet(CreateIPSetRequest request) { request = beforeClientExecution(request); return executeCreateIPSet(request); }
java
@Override public CreateIPSetResult createIPSet(CreateIPSetRequest request) { request = beforeClientExecution(request); return executeCreateIPSet(request); }
[ "@", "Override", "public", "CreateIPSetResult", "createIPSet", "(", "CreateIPSetRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeCreateIPSet", "(", "request", ")", ";", "}" ]
Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS infrastructure and applications. @param createIPSetRequest CreateIPSet request body. @return Result of the CreateIPSet operation returned by the service. @throws BadRequestException 400 response @throws In...
[ "Creates", "a", "new", "IPSet", "-", "a", "list", "of", "trusted", "IP", "addresses", "that", "have", "been", "whitelisted", "for", "secure", "communication", "with", "AWS", "infrastructure", "and", "applications", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L368-L372
19,848
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.createSampleFindings
@Override public CreateSampleFindingsResult createSampleFindings(CreateSampleFindingsRequest request) { request = beforeClientExecution(request); return executeCreateSampleFindings(request); }
java
@Override public CreateSampleFindingsResult createSampleFindings(CreateSampleFindingsRequest request) { request = beforeClientExecution(request); return executeCreateSampleFindings(request); }
[ "@", "Override", "public", "CreateSampleFindingsResult", "createSampleFindings", "(", "CreateSampleFindingsRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeCreateSampleFindings", "(", "request", ")", ";", ...
Generates example findings of types specified by the list of finding types. If 'NULL' is specified for findingTypes, the API generates example findings of all supported finding types. @param createSampleFindingsRequest CreateSampleFindings request body. @return Result of the CreateSampleFindings operation returned by ...
[ "Generates", "example", "findings", "of", "types", "specified", "by", "the", "list", "of", "finding", "types", ".", "If", "NULL", "is", "specified", "for", "findingTypes", "the", "API", "generates", "example", "findings", "of", "all", "supported", "finding", "...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L480-L484
19,849
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.createThreatIntelSet
@Override public CreateThreatIntelSetResult createThreatIntelSet(CreateThreatIntelSetRequest request) { request = beforeClientExecution(request); return executeCreateThreatIntelSet(request); }
java
@Override public CreateThreatIntelSetResult createThreatIntelSet(CreateThreatIntelSetRequest request) { request = beforeClientExecution(request); return executeCreateThreatIntelSet(request); }
[ "@", "Override", "public", "CreateThreatIntelSetResult", "createThreatIntelSet", "(", "CreateThreatIntelSetRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeCreateThreatIntelSet", "(", "request", ")", ";", ...
Create a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. @param createThreatIntelSetRequest CreateThreatIntelSet request body. @return Result of the CreateThreatIntelSet operation returned by the service. @throws BadRequestException 40...
[ "Create", "a", "new", "ThreatIntelSet", ".", "ThreatIntelSets", "consist", "of", "known", "malicious", "IP", "addresses", ".", "GuardDuty", "generates", "findings", "based", "on", "ThreatIntelSets", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L536-L540
19,850
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.deleteDetector
@Override public DeleteDetectorResult deleteDetector(DeleteDetectorRequest request) { request = beforeClientExecution(request); return executeDeleteDetector(request); }
java
@Override public DeleteDetectorResult deleteDetector(DeleteDetectorRequest request) { request = beforeClientExecution(request); return executeDeleteDetector(request); }
[ "@", "Override", "public", "DeleteDetectorResult", "deleteDetector", "(", "DeleteDetectorRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeDeleteDetector", "(", "request", ")", ";", "}" ]
Deletes a Amazon GuardDuty detector specified by the detector ID. @param deleteDetectorRequest @return Result of the DeleteDetector operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.DeleteDetector @see <a href="http://d...
[ "Deletes", "a", "Amazon", "GuardDuty", "detector", "specified", "by", "the", "detector", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L645-L649
19,851
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.deleteFilter
@Override public DeleteFilterResult deleteFilter(DeleteFilterRequest request) { request = beforeClientExecution(request); return executeDeleteFilter(request); }
java
@Override public DeleteFilterResult deleteFilter(DeleteFilterRequest request) { request = beforeClientExecution(request); return executeDeleteFilter(request); }
[ "@", "Override", "public", "DeleteFilterResult", "deleteFilter", "(", "DeleteFilterRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeDeleteFilter", "(", "request", ")", ";", "}" ]
Deletes the filter specified by the filter name. @param deleteFilterRequest @return Result of the DeleteFilter operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.DeleteFilter @see <a href="http://docs.aws.amazon.com/goto...
[ "Deletes", "the", "filter", "specified", "by", "the", "filter", "name", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L699-L703
19,852
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.deleteIPSet
@Override public DeleteIPSetResult deleteIPSet(DeleteIPSetRequest request) { request = beforeClientExecution(request); return executeDeleteIPSet(request); }
java
@Override public DeleteIPSetResult deleteIPSet(DeleteIPSetRequest request) { request = beforeClientExecution(request); return executeDeleteIPSet(request); }
[ "@", "Override", "public", "DeleteIPSetResult", "deleteIPSet", "(", "DeleteIPSetRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeDeleteIPSet", "(", "request", ")", ";", "}" ]
Deletes the IPSet specified by the IPSet ID. @param deleteIPSetRequest @return Result of the DeleteIPSet operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.DeleteIPSet @see <a href="http://docs.aws.amazon.com/goto/WebAPI...
[ "Deletes", "the", "IPSet", "specified", "by", "the", "IPSet", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L753-L757
19,853
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.deleteThreatIntelSet
@Override public DeleteThreatIntelSetResult deleteThreatIntelSet(DeleteThreatIntelSetRequest request) { request = beforeClientExecution(request); return executeDeleteThreatIntelSet(request); }
java
@Override public DeleteThreatIntelSetResult deleteThreatIntelSet(DeleteThreatIntelSetRequest request) { request = beforeClientExecution(request); return executeDeleteThreatIntelSet(request); }
[ "@", "Override", "public", "DeleteThreatIntelSetResult", "deleteThreatIntelSet", "(", "DeleteThreatIntelSetRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeDeleteThreatIntelSet", "(", "request", ")", ";", ...
Deletes ThreatIntelSet specified by the ThreatIntelSet ID. @param deleteThreatIntelSetRequest @return Result of the DeleteThreatIntelSet operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.DeleteThreatIntelSet @see <a hre...
[ "Deletes", "ThreatIntelSet", "specified", "by", "the", "ThreatIntelSet", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L917-L921
19,854
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.getDetector
@Override public GetDetectorResult getDetector(GetDetectorRequest request) { request = beforeClientExecution(request); return executeGetDetector(request); }
java
@Override public GetDetectorResult getDetector(GetDetectorRequest request) { request = beforeClientExecution(request); return executeGetDetector(request); }
[ "@", "Override", "public", "GetDetectorResult", "getDetector", "(", "GetDetectorRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeGetDetector", "(", "request", ")", ";", "}" ]
Retrieves an Amazon GuardDuty detector specified by the detectorId. @param getDetectorRequest @return Result of the GetDetector operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.GetDetector @see <a href="http://docs.aws...
[ "Retrieves", "an", "Amazon", "GuardDuty", "detector", "specified", "by", "the", "detectorId", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L1082-L1086
19,855
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.getFilter
@Override public GetFilterResult getFilter(GetFilterRequest request) { request = beforeClientExecution(request); return executeGetFilter(request); }
java
@Override public GetFilterResult getFilter(GetFilterRequest request) { request = beforeClientExecution(request); return executeGetFilter(request); }
[ "@", "Override", "public", "GetFilterResult", "getFilter", "(", "GetFilterRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeGetFilter", "(", "request", ")", ";", "}" ]
Returns the details of the filter specified by the filter name. @param getFilterRequest @return Result of the GetFilter operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.GetFilter @see <a href="http://docs.aws.amazon.co...
[ "Returns", "the", "details", "of", "the", "filter", "specified", "by", "the", "filter", "name", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L1136-L1140
19,856
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.getFindingsStatistics
@Override public GetFindingsStatisticsResult getFindingsStatistics(GetFindingsStatisticsRequest request) { request = beforeClientExecution(request); return executeGetFindingsStatistics(request); }
java
@Override public GetFindingsStatisticsResult getFindingsStatistics(GetFindingsStatisticsRequest request) { request = beforeClientExecution(request); return executeGetFindingsStatistics(request); }
[ "@", "Override", "public", "GetFindingsStatisticsResult", "getFindingsStatistics", "(", "GetFindingsStatisticsRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeGetFindingsStatistics", "(", "request", ")", "...
Lists Amazon GuardDuty findings' statistics for the specified detector ID. @param getFindingsStatisticsRequest GetFindingsStatistics request body. @return Result of the GetFindingsStatistics operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @s...
[ "Lists", "Amazon", "GuardDuty", "findings", "statistics", "for", "the", "specified", "detector", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L1246-L1250
19,857
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.getIPSet
@Override public GetIPSetResult getIPSet(GetIPSetRequest request) { request = beforeClientExecution(request); return executeGetIPSet(request); }
java
@Override public GetIPSetResult getIPSet(GetIPSetRequest request) { request = beforeClientExecution(request); return executeGetIPSet(request); }
[ "@", "Override", "public", "GetIPSetResult", "getIPSet", "(", "GetIPSetRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeGetIPSet", "(", "request", ")", ";", "}" ]
Retrieves the IPSet specified by the IPSet ID. @param getIPSetRequest @return Result of the GetIPSet operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.GetIPSet @see <a href="http://docs.aws.amazon.com/goto/WebAPI/guardd...
[ "Retrieves", "the", "IPSet", "specified", "by", "the", "IPSet", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L1301-L1305
19,858
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.getThreatIntelSet
@Override public GetThreatIntelSetResult getThreatIntelSet(GetThreatIntelSetRequest request) { request = beforeClientExecution(request); return executeGetThreatIntelSet(request); }
java
@Override public GetThreatIntelSetResult getThreatIntelSet(GetThreatIntelSetRequest request) { request = beforeClientExecution(request); return executeGetThreatIntelSet(request); }
[ "@", "Override", "public", "GetThreatIntelSetResult", "getThreatIntelSet", "(", "GetThreatIntelSetRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeGetThreatIntelSet", "(", "request", ")", ";", "}" ]
Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID. @param getThreatIntelSetRequest @return Result of the GetThreatIntelSet operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.GetThreatIntelSet @see <...
[ "Retrieves", "the", "ThreatIntelSet", "that", "is", "specified", "by", "the", "ThreatIntelSet", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L1519-L1523
19,859
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.listDetectors
@Override public ListDetectorsResult listDetectors(ListDetectorsRequest request) { request = beforeClientExecution(request); return executeListDetectors(request); }
java
@Override public ListDetectorsResult listDetectors(ListDetectorsRequest request) { request = beforeClientExecution(request); return executeListDetectors(request); }
[ "@", "Override", "public", "ListDetectorsResult", "listDetectors", "(", "ListDetectorsRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeListDetectors", "(", "request", ")", ";", "}" ]
Lists detectorIds of all the existing Amazon GuardDuty detector resources. @param listDetectorsRequest @return Result of the ListDetectors operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.ListDetectors @see <a href="ht...
[ "Lists", "detectorIds", "of", "all", "the", "existing", "Amazon", "GuardDuty", "detector", "resources", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L1630-L1634
19,860
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.listFilters
@Override public ListFiltersResult listFilters(ListFiltersRequest request) { request = beforeClientExecution(request); return executeListFilters(request); }
java
@Override public ListFiltersResult listFilters(ListFiltersRequest request) { request = beforeClientExecution(request); return executeListFilters(request); }
[ "@", "Override", "public", "ListFiltersResult", "listFilters", "(", "ListFiltersRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeListFilters", "(", "request", ")", ";", "}" ]
Returns a paginated list of the current filters. @param listFiltersRequest @return Result of the ListFilters operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.ListFilters @see <a href="http://docs.aws.amazon.com/goto/We...
[ "Returns", "a", "paginated", "list", "of", "the", "current", "filters", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L1684-L1688
19,861
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.listFindings
@Override public ListFindingsResult listFindings(ListFindingsRequest request) { request = beforeClientExecution(request); return executeListFindings(request); }
java
@Override public ListFindingsResult listFindings(ListFindingsRequest request) { request = beforeClientExecution(request); return executeListFindings(request); }
[ "@", "Override", "public", "ListFindingsResult", "listFindings", "(", "ListFindingsRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeListFindings", "(", "request", ")", ";", "}" ]
Lists Amazon GuardDuty findings for the specified detector ID. @param listFindingsRequest ListFindings request body. @return Result of the ListFindings operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.ListFindings @see...
[ "Lists", "Amazon", "GuardDuty", "findings", "for", "the", "specified", "detector", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L1739-L1743
19,862
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.listIPSets
@Override public ListIPSetsResult listIPSets(ListIPSetsRequest request) { request = beforeClientExecution(request); return executeListIPSets(request); }
java
@Override public ListIPSetsResult listIPSets(ListIPSetsRequest request) { request = beforeClientExecution(request); return executeListIPSets(request); }
[ "@", "Override", "public", "ListIPSetsResult", "listIPSets", "(", "ListIPSetsRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeListIPSets", "(", "request", ")", ";", "}" ]
Lists the IPSets of the GuardDuty service specified by the detector ID. @param listIPSetsRequest @return Result of the ListIPSets operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.ListIPSets @see <a href="http://docs.aw...
[ "Lists", "the", "IPSets", "of", "the", "GuardDuty", "service", "specified", "by", "the", "detector", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L1793-L1797
19,863
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.listThreatIntelSets
@Override public ListThreatIntelSetsResult listThreatIntelSets(ListThreatIntelSetsRequest request) { request = beforeClientExecution(request); return executeListThreatIntelSets(request); }
java
@Override public ListThreatIntelSetsResult listThreatIntelSets(ListThreatIntelSetsRequest request) { request = beforeClientExecution(request); return executeListThreatIntelSets(request); }
[ "@", "Override", "public", "ListThreatIntelSetsResult", "listThreatIntelSets", "(", "ListThreatIntelSetsRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeListThreatIntelSets", "(", "request", ")", ";", "}...
Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. @param listThreatIntelSetsRequest @return Result of the ListThreatIntelSets operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.ListThreatIn...
[ "Lists", "the", "ThreatIntelSets", "of", "the", "GuardDuty", "service", "specified", "by", "the", "detector", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L1955-L1959
19,864
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.startMonitoringMembers
@Override public StartMonitoringMembersResult startMonitoringMembers(StartMonitoringMembersRequest request) { request = beforeClientExecution(request); return executeStartMonitoringMembers(request); }
java
@Override public StartMonitoringMembersResult startMonitoringMembers(StartMonitoringMembersRequest request) { request = beforeClientExecution(request); return executeStartMonitoringMembers(request); }
[ "@", "Override", "public", "StartMonitoringMembersResult", "startMonitoringMembers", "(", "StartMonitoringMembersRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeStartMonitoringMembers", "(", "request", ")",...
Re-enables GuardDuty to monitor findings of the member accounts specified by the account IDs. A master GuardDuty account can run this command after disabling GuardDuty from monitoring these members' findings by running StopMonitoringMembers. @param startMonitoringMembersRequest StartMonitoringMembers request body. @re...
[ "Re", "-", "enables", "GuardDuty", "to", "monitor", "findings", "of", "the", "member", "accounts", "specified", "by", "the", "account", "IDs", ".", "A", "master", "GuardDuty", "account", "can", "run", "this", "command", "after", "disabling", "GuardDuty", "from...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L2012-L2016
19,865
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.unarchiveFindings
@Override public UnarchiveFindingsResult unarchiveFindings(UnarchiveFindingsRequest request) { request = beforeClientExecution(request); return executeUnarchiveFindings(request); }
java
@Override public UnarchiveFindingsResult unarchiveFindings(UnarchiveFindingsRequest request) { request = beforeClientExecution(request); return executeUnarchiveFindings(request); }
[ "@", "Override", "public", "UnarchiveFindingsResult", "unarchiveFindings", "(", "UnarchiveFindingsRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeUnarchiveFindings", "(", "request", ")", ";", "}" ]
Unarchives Amazon GuardDuty findings specified by the list of finding IDs. @param unarchiveFindingsRequest UnarchiveFindings request body. @return Result of the UnarchiveFindings operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample Amazon...
[ "Unarchives", "Amazon", "GuardDuty", "findings", "specified", "by", "the", "list", "of", "finding", "IDs", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L2126-L2130
19,866
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.updateDetector
@Override public UpdateDetectorResult updateDetector(UpdateDetectorRequest request) { request = beforeClientExecution(request); return executeUpdateDetector(request); }
java
@Override public UpdateDetectorResult updateDetector(UpdateDetectorRequest request) { request = beforeClientExecution(request); return executeUpdateDetector(request); }
[ "@", "Override", "public", "UpdateDetectorResult", "updateDetector", "(", "UpdateDetectorRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeUpdateDetector", "(", "request", ")", ";", "}" ]
Updates an Amazon GuardDuty detector specified by the detectorId. @param updateDetectorRequest UpdateDetector request body. @return Result of the UpdateDetector operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.UpdateDe...
[ "Updates", "an", "Amazon", "GuardDuty", "detector", "specified", "by", "the", "detectorId", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L2181-L2185
19,867
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.updateFilter
@Override public UpdateFilterResult updateFilter(UpdateFilterRequest request) { request = beforeClientExecution(request); return executeUpdateFilter(request); }
java
@Override public UpdateFilterResult updateFilter(UpdateFilterRequest request) { request = beforeClientExecution(request); return executeUpdateFilter(request); }
[ "@", "Override", "public", "UpdateFilterResult", "updateFilter", "(", "UpdateFilterRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeUpdateFilter", "(", "request", ")", ";", "}" ]
Updates the filter specified by the filter name. @param updateFilterRequest UpdateFilterRequest request body. @return Result of the UpdateFilter operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.UpdateFilter @see <a hre...
[ "Updates", "the", "filter", "specified", "by", "the", "filter", "name", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L2236-L2240
19,868
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.updateFindingsFeedback
@Override public UpdateFindingsFeedbackResult updateFindingsFeedback(UpdateFindingsFeedbackRequest request) { request = beforeClientExecution(request); return executeUpdateFindingsFeedback(request); }
java
@Override public UpdateFindingsFeedbackResult updateFindingsFeedback(UpdateFindingsFeedbackRequest request) { request = beforeClientExecution(request); return executeUpdateFindingsFeedback(request); }
[ "@", "Override", "public", "UpdateFindingsFeedbackResult", "updateFindingsFeedback", "(", "UpdateFindingsFeedbackRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeUpdateFindingsFeedback", "(", "request", ")",...
Marks specified Amazon GuardDuty findings as useful or not useful. @param updateFindingsFeedbackRequest UpdateFindingsFeedback request body. @return Result of the UpdateFindingsFeedback operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample...
[ "Marks", "specified", "Amazon", "GuardDuty", "findings", "as", "useful", "or", "not", "useful", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L2291-L2295
19,869
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.updateIPSet
@Override public UpdateIPSetResult updateIPSet(UpdateIPSetRequest request) { request = beforeClientExecution(request); return executeUpdateIPSet(request); }
java
@Override public UpdateIPSetResult updateIPSet(UpdateIPSetRequest request) { request = beforeClientExecution(request); return executeUpdateIPSet(request); }
[ "@", "Override", "public", "UpdateIPSetResult", "updateIPSet", "(", "UpdateIPSetRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeUpdateIPSet", "(", "request", ")", ";", "}" ]
Updates the IPSet specified by the IPSet ID. @param updateIPSetRequest UpdateIPSet request body. @return Result of the UpdateIPSet operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDuty.UpdateIPSet @see <a href="http://docs....
[ "Updates", "the", "IPSet", "specified", "by", "the", "IPSet", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L2347-L2351
19,870
aws/aws-sdk-java
aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java
AmazonGuardDutyClient.updateThreatIntelSet
@Override public UpdateThreatIntelSetResult updateThreatIntelSet(UpdateThreatIntelSetRequest request) { request = beforeClientExecution(request); return executeUpdateThreatIntelSet(request); }
java
@Override public UpdateThreatIntelSetResult updateThreatIntelSet(UpdateThreatIntelSetRequest request) { request = beforeClientExecution(request); return executeUpdateThreatIntelSet(request); }
[ "@", "Override", "public", "UpdateThreatIntelSetResult", "updateThreatIntelSet", "(", "UpdateThreatIntelSetRequest", "request", ")", "{", "request", "=", "beforeClientExecution", "(", "request", ")", ";", "return", "executeUpdateThreatIntelSet", "(", "request", ")", ";", ...
Updates the ThreatIntelSet specified by ThreatIntelSet ID. @param updateThreatIntelSetRequest UpdateThreatIntelSet request body. @return Result of the UpdateThreatIntelSet operation returned by the service. @throws BadRequestException 400 response @throws InternalServerErrorException 500 response @sample AmazonGuardDu...
[ "Updates", "the", "ThreatIntelSet", "specified", "by", "ThreatIntelSet", "ID", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/AmazonGuardDutyClient.java#L2402-L2406
19,871
aws/aws-sdk-java
aws-java-sdk-pinpoint/src/main/java/com/amazonaws/services/pinpoint/model/ActivitiesResponse.java
ActivitiesResponse.setItem
public void setItem(java.util.Collection<ActivityResponse> item) { if (item == null) { this.item = null; return; } this.item = new java.util.ArrayList<ActivityResponse>(item); }
java
public void setItem(java.util.Collection<ActivityResponse> item) { if (item == null) { this.item = null; return; } this.item = new java.util.ArrayList<ActivityResponse>(item); }
[ "public", "void", "setItem", "(", "java", ".", "util", ".", "Collection", "<", "ActivityResponse", ">", "item", ")", "{", "if", "(", "item", "==", "null", ")", "{", "this", ".", "item", "=", "null", ";", "return", ";", "}", "this", ".", "item", "="...
List of campaign activities @param item List of campaign activities
[ "List", "of", "campaign", "activities" ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-pinpoint/src/main/java/com/amazonaws/services/pinpoint/model/ActivitiesResponse.java#L51-L58
19,872
aws/aws-sdk-java
aws-java-sdk-kinesis/src/main/java/com/amazonaws/services/kinesis/waiters/AmazonKinesisWaiters.java
AmazonKinesisWaiters.streamExists
public Waiter<DescribeStreamRequest> streamExists() { return new WaiterBuilder<DescribeStreamRequest, DescribeStreamResult>().withSdkFunction(new DescribeStreamFunction(client)) .withAcceptors(new StreamExists.IsACTIVEMatcher()) .withDefaultPollingStrategy(new PollingStrategy(ne...
java
public Waiter<DescribeStreamRequest> streamExists() { return new WaiterBuilder<DescribeStreamRequest, DescribeStreamResult>().withSdkFunction(new DescribeStreamFunction(client)) .withAcceptors(new StreamExists.IsACTIVEMatcher()) .withDefaultPollingStrategy(new PollingStrategy(ne...
[ "public", "Waiter", "<", "DescribeStreamRequest", ">", "streamExists", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeStreamRequest", ",", "DescribeStreamResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeStreamFunction", "(", "clie...
Builds a StreamExists waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
[ "Builds", "a", "StreamExists", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "resource", ...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-kinesis/src/main/java/com/amazonaws/services/kinesis/waiters/AmazonKinesisWaiters.java#L51-L57
19,873
aws/aws-sdk-java
aws-java-sdk-kinesis/src/main/java/com/amazonaws/services/kinesis/waiters/AmazonKinesisWaiters.java
AmazonKinesisWaiters.streamNotExists
public Waiter<DescribeStreamRequest> streamNotExists() { return new WaiterBuilder<DescribeStreamRequest, DescribeStreamResult>().withSdkFunction(new DescribeStreamFunction(client)) .withAcceptors(new StreamNotExists.IsResourceNotFoundExceptionMatcher()) .withDefaultPollingStrate...
java
public Waiter<DescribeStreamRequest> streamNotExists() { return new WaiterBuilder<DescribeStreamRequest, DescribeStreamResult>().withSdkFunction(new DescribeStreamFunction(client)) .withAcceptors(new StreamNotExists.IsResourceNotFoundExceptionMatcher()) .withDefaultPollingStrate...
[ "public", "Waiter", "<", "DescribeStreamRequest", ">", "streamNotExists", "(", ")", "{", "return", "new", "WaiterBuilder", "<", "DescribeStreamRequest", ",", "DescribeStreamResult", ">", "(", ")", ".", "withSdkFunction", "(", "new", "DescribeStreamFunction", "(", "c...
Builds a StreamNotExists waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
[ "Builds", "a", "StreamNotExists", "waiter", "by", "using", "custom", "parameters", "waiterParameters", "and", "other", "parameters", "defined", "in", "the", "waiters", "specification", "and", "then", "polls", "until", "it", "determines", "whether", "the", "resource"...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-kinesis/src/main/java/com/amazonaws/services/kinesis/waiters/AmazonKinesisWaiters.java#L64-L70
19,874
aws/aws-sdk-java
aws-java-sdk-core/src/main/java/com/amazonaws/auth/internal/AWS4SignerRequestParams.java
AWS4SignerRequestParams.generateScope
private String generateScope(SignableRequest<?> request, String dateStamp, String serviceName, String regionName) { final StringBuilder scopeBuilder = new StringBuilder(); return scopeBuilder.append(dateStamp).append("/").append(regionName) .append("/").append(serviceName).ap...
java
private String generateScope(SignableRequest<?> request, String dateStamp, String serviceName, String regionName) { final StringBuilder scopeBuilder = new StringBuilder(); return scopeBuilder.append(dateStamp).append("/").append(regionName) .append("/").append(serviceName).ap...
[ "private", "String", "generateScope", "(", "SignableRequest", "<", "?", ">", "request", ",", "String", "dateStamp", ",", "String", "serviceName", ",", "String", "regionName", ")", "{", "final", "StringBuilder", "scopeBuilder", "=", "new", "StringBuilder", "(", "...
Returns the scope to be used for the signing.
[ "Returns", "the", "scope", "to", "be", "used", "for", "the", "signing", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-core/src/main/java/com/amazonaws/auth/internal/AWS4SignerRequestParams.java#L135-L141
19,875
aws/aws-sdk-java
aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/util/BootstrapActions.java
BootstrapActions.newRunIf
public BootstrapActionConfig newRunIf(String condition, BootstrapActionConfig config) { List<String> args = config.getScriptBootstrapAction().getArgs(); args.add(0, condition); args.add(1, config.getScriptBootstrapAction().getPath()); return new BootstrapActionConfig() .withName("Run If, " + conf...
java
public BootstrapActionConfig newRunIf(String condition, BootstrapActionConfig config) { List<String> args = config.getScriptBootstrapAction().getArgs(); args.add(0, condition); args.add(1, config.getScriptBootstrapAction().getPath()); return new BootstrapActionConfig() .withName("Run If, " + conf...
[ "public", "BootstrapActionConfig", "newRunIf", "(", "String", "condition", ",", "BootstrapActionConfig", "config", ")", "{", "List", "<", "String", ">", "args", "=", "config", ".", "getScriptBootstrapAction", "(", ")", ".", "getArgs", "(", ")", ";", "args", "....
Create a new run-if bootstrap action which lets you conditionally run bootstrap actions. @param condition The condition to evaluate, if true the bootstrap action executes. @param config The bootstrap action to execute in case of successful evaluation. @return A BootstrapActionConfig to be provided when running a job fl...
[ "Create", "a", "new", "run", "-", "if", "bootstrap", "action", "which", "lets", "you", "conditionally", "run", "bootstrap", "actions", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-emr/src/main/java/com/amazonaws/services/elasticmapreduce/util/BootstrapActions.java#L77-L87
19,876
aws/aws-sdk-java
aws-java-sdk-mediaconnect/src/main/java/com/amazonaws/services/mediaconnect/model/Messages.java
Messages.setErrors
public void setErrors(java.util.Collection<String> errors) { if (errors == null) { this.errors = null; return; } this.errors = new java.util.ArrayList<String>(errors); }
java
public void setErrors(java.util.Collection<String> errors) { if (errors == null) { this.errors = null; return; } this.errors = new java.util.ArrayList<String>(errors); }
[ "public", "void", "setErrors", "(", "java", ".", "util", ".", "Collection", "<", "String", ">", "errors", ")", "{", "if", "(", "errors", "==", "null", ")", "{", "this", ".", "errors", "=", "null", ";", "return", ";", "}", "this", ".", "errors", "="...
A list of errors that might have been generated from processes on this flow. @param errors A list of errors that might have been generated from processes on this flow.
[ "A", "list", "of", "errors", "that", "might", "have", "been", "generated", "from", "processes", "on", "this", "flow", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-mediaconnect/src/main/java/com/amazonaws/services/mediaconnect/model/Messages.java#L49-L56
19,877
aws/aws-sdk-java
aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/AccessControlTranslation.java
AccessControlTranslation.withOwner
public AccessControlTranslation withOwner(OwnerOverride owner) { setOwner(owner == null ? null : owner.toString()); return this; }
java
public AccessControlTranslation withOwner(OwnerOverride owner) { setOwner(owner == null ? null : owner.toString()); return this; }
[ "public", "AccessControlTranslation", "withOwner", "(", "OwnerOverride", "owner", ")", "{", "setOwner", "(", "owner", "==", "null", "?", "null", ":", "owner", ".", "toString", "(", ")", ")", ";", "return", "this", ";", "}" ]
Sets the override value for the owner of the replica object. @param owner New owner override @return This object for method chaining.
[ "Sets", "the", "override", "value", "for", "the", "owner", "of", "the", "replica", "object", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/AccessControlTranslation.java#L66-L69
19,878
aws/aws-sdk-java
aws-java-sdk-core/src/main/java/com/amazonaws/http/IdleConnectionReaper.java
IdleConnectionReaper.registerConnectionManager
public static boolean registerConnectionManager(HttpClientConnectionManager connectionManager, long maxIdleInMs) { if (instance == null) { synchronized (IdleConnectionReaper.class) { if (instance == null) { instance = new IdleConnectionReaper(); ...
java
public static boolean registerConnectionManager(HttpClientConnectionManager connectionManager, long maxIdleInMs) { if (instance == null) { synchronized (IdleConnectionReaper.class) { if (instance == null) { instance = new IdleConnectionReaper(); ...
[ "public", "static", "boolean", "registerConnectionManager", "(", "HttpClientConnectionManager", "connectionManager", ",", "long", "maxIdleInMs", ")", "{", "if", "(", "instance", "==", "null", ")", "{", "synchronized", "(", "IdleConnectionReaper", ".", "class", ")", ...
Registers the given connection manager with this reaper; @param connectionManager Connection manager to register @param maxIdleInMs Max idle connection timeout in milliseconds for this connection manager. @return true if the connection manager has been successfully registered; false otherwise.
[ "Registers", "the", "given", "connection", "manager", "with", "this", "reaper", ";" ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-core/src/main/java/com/amazonaws/http/IdleConnectionReaper.java#L105-L115
19,879
aws/aws-sdk-java
aws-java-sdk-core/src/main/java/com/amazonaws/http/IdleConnectionReaper.java
IdleConnectionReaper.removeConnectionManager
public static boolean removeConnectionManager(HttpClientConnectionManager connectionManager) { boolean wasRemoved = connectionManagers.remove(connectionManager) != null; if (connectionManagers.isEmpty()) { shutdown(); } return wasRemoved; }
java
public static boolean removeConnectionManager(HttpClientConnectionManager connectionManager) { boolean wasRemoved = connectionManagers.remove(connectionManager) != null; if (connectionManagers.isEmpty()) { shutdown(); } return wasRemoved; }
[ "public", "static", "boolean", "removeConnectionManager", "(", "HttpClientConnectionManager", "connectionManager", ")", "{", "boolean", "wasRemoved", "=", "connectionManagers", ".", "remove", "(", "connectionManager", ")", "!=", "null", ";", "if", "(", "connectionManage...
Removes the given connection manager from this reaper, and shutting down the reaper if there is zero connection manager left. @return true if the connection manager has been successfully removed; false otherwise.
[ "Removes", "the", "given", "connection", "manager", "from", "this", "reaper", "and", "shutting", "down", "the", "reaper", "if", "there", "is", "zero", "connection", "manager", "left", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-core/src/main/java/com/amazonaws/http/IdleConnectionReaper.java#L124-L130
19,880
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.createAccessKeyAsync
@Override public java.util.concurrent.Future<CreateAccessKeyResult> createAccessKeyAsync( com.amazonaws.handlers.AsyncHandler<CreateAccessKeyRequest, CreateAccessKeyResult> asyncHandler) { return createAccessKeyAsync(new CreateAccessKeyRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<CreateAccessKeyResult> createAccessKeyAsync( com.amazonaws.handlers.AsyncHandler<CreateAccessKeyRequest, CreateAccessKeyResult> asyncHandler) { return createAccessKeyAsync(new CreateAccessKeyRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "CreateAccessKeyResult", ">", "createAccessKeyAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "CreateAccessKeyRequest", ",", "CreateAccessKeyResul...
Simplified method form for invoking the CreateAccessKey operation with an AsyncHandler. @see #createAccessKeyAsync(CreateAccessKeyRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "CreateAccessKey", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L592-L597
19,881
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.getAccountAuthorizationDetailsAsync
@Override public java.util.concurrent.Future<GetAccountAuthorizationDetailsResult> getAccountAuthorizationDetailsAsync( com.amazonaws.handlers.AsyncHandler<GetAccountAuthorizationDetailsRequest, GetAccountAuthorizationDetailsResult> asyncHandler) { return getAccountAuthorizationDetailsAsync(new...
java
@Override public java.util.concurrent.Future<GetAccountAuthorizationDetailsResult> getAccountAuthorizationDetailsAsync( com.amazonaws.handlers.AsyncHandler<GetAccountAuthorizationDetailsRequest, GetAccountAuthorizationDetailsResult> asyncHandler) { return getAccountAuthorizationDetailsAsync(new...
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "GetAccountAuthorizationDetailsResult", ">", "getAccountAuthorizationDetailsAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "GetAccountAuthorizationDe...
Simplified method form for invoking the GetAccountAuthorizationDetails operation with an AsyncHandler. @see #getAccountAuthorizationDetailsAsync(GetAccountAuthorizationDetailsRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "GetAccountAuthorizationDetails", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L2156-L2161
19,882
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.getAccountSummaryAsync
@Override public java.util.concurrent.Future<GetAccountSummaryResult> getAccountSummaryAsync( com.amazonaws.handlers.AsyncHandler<GetAccountSummaryRequest, GetAccountSummaryResult> asyncHandler) { return getAccountSummaryAsync(new GetAccountSummaryRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<GetAccountSummaryResult> getAccountSummaryAsync( com.amazonaws.handlers.AsyncHandler<GetAccountSummaryRequest, GetAccountSummaryResult> asyncHandler) { return getAccountSummaryAsync(new GetAccountSummaryRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "GetAccountSummaryResult", ">", "getAccountSummaryAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "GetAccountSummaryRequest", ",", "GetAccountSumm...
Simplified method form for invoking the GetAccountSummary operation with an AsyncHandler. @see #getAccountSummaryAsync(GetAccountSummaryRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "GetAccountSummary", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L2268-L2273
19,883
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.getUserAsync
@Override public java.util.concurrent.Future<GetUserResult> getUserAsync(com.amazonaws.handlers.AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) { return getUserAsync(new GetUserRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<GetUserResult> getUserAsync(com.amazonaws.handlers.AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) { return getUserAsync(new GetUserRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "GetUserResult", ">", "getUserAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "GetUserRequest", ",", "GetUserResult", ">", "asyncHandler", "...
Simplified method form for invoking the GetUser operation with an AsyncHandler. @see #getUserAsync(GetUserRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "GetUser", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L2949-L2953
19,884
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.listAccessKeysAsync
@Override public java.util.concurrent.Future<ListAccessKeysResult> listAccessKeysAsync( com.amazonaws.handlers.AsyncHandler<ListAccessKeysRequest, ListAccessKeysResult> asyncHandler) { return listAccessKeysAsync(new ListAccessKeysRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<ListAccessKeysResult> listAccessKeysAsync( com.amazonaws.handlers.AsyncHandler<ListAccessKeysRequest, ListAccessKeysResult> asyncHandler) { return listAccessKeysAsync(new ListAccessKeysRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "ListAccessKeysResult", ">", "listAccessKeysAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "ListAccessKeysRequest", ",", "ListAccessKeysResult", ...
Simplified method form for invoking the ListAccessKeys operation with an AsyncHandler. @see #listAccessKeysAsync(ListAccessKeysRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "ListAccessKeys", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L3037-L3042
19,885
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.listAccountAliasesAsync
@Override public java.util.concurrent.Future<ListAccountAliasesResult> listAccountAliasesAsync( com.amazonaws.handlers.AsyncHandler<ListAccountAliasesRequest, ListAccountAliasesResult> asyncHandler) { return listAccountAliasesAsync(new ListAccountAliasesRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<ListAccountAliasesResult> listAccountAliasesAsync( com.amazonaws.handlers.AsyncHandler<ListAccountAliasesRequest, ListAccountAliasesResult> asyncHandler) { return listAccountAliasesAsync(new ListAccountAliasesRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "ListAccountAliasesResult", ">", "listAccountAliasesAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "ListAccountAliasesRequest", ",", "ListAccount...
Simplified method form for invoking the ListAccountAliases operation with an AsyncHandler. @see #listAccountAliasesAsync(ListAccountAliasesRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "ListAccountAliases", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L3093-L3098
19,886
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.listOpenIDConnectProvidersAsync
@Override public java.util.concurrent.Future<ListOpenIDConnectProvidersResult> listOpenIDConnectProvidersAsync( com.amazonaws.handlers.AsyncHandler<ListOpenIDConnectProvidersRequest, ListOpenIDConnectProvidersResult> asyncHandler) { return listOpenIDConnectProvidersAsync(new ListOpenIDConnectPr...
java
@Override public java.util.concurrent.Future<ListOpenIDConnectProvidersResult> listOpenIDConnectProvidersAsync( com.amazonaws.handlers.AsyncHandler<ListOpenIDConnectProvidersRequest, ListOpenIDConnectProvidersResult> asyncHandler) { return listOpenIDConnectProvidersAsync(new ListOpenIDConnectPr...
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "ListOpenIDConnectProvidersResult", ">", "listOpenIDConnectProvidersAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "ListOpenIDConnectProvidersRequest...
Simplified method form for invoking the ListOpenIDConnectProviders operation with an AsyncHandler. @see #listOpenIDConnectProvidersAsync(ListOpenIDConnectProvidersRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "ListOpenIDConnectProviders", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L3547-L3552
19,887
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.listPoliciesAsync
@Override public java.util.concurrent.Future<ListPoliciesResult> listPoliciesAsync( com.amazonaws.handlers.AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) { return listPoliciesAsync(new ListPoliciesRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<ListPoliciesResult> listPoliciesAsync( com.amazonaws.handlers.AsyncHandler<ListPoliciesRequest, ListPoliciesResult> asyncHandler) { return listPoliciesAsync(new ListPoliciesRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "ListPoliciesResult", ">", "listPoliciesAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "ListPoliciesRequest", ",", "ListPoliciesResult", ">", ...
Simplified method form for invoking the ListPolicies operation with an AsyncHandler. @see #listPoliciesAsync(ListPoliciesRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "ListPolicies", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L3603-L3608
19,888
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.listRolesAsync
@Override public java.util.concurrent.Future<ListRolesResult> listRolesAsync(com.amazonaws.handlers.AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) { return listRolesAsync(new ListRolesRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<ListRolesResult> listRolesAsync(com.amazonaws.handlers.AsyncHandler<ListRolesRequest, ListRolesResult> asyncHandler) { return listRolesAsync(new ListRolesRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "ListRolesResult", ">", "listRolesAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "ListRolesRequest", ",", "ListRolesResult", ">", "asyncHandl...
Simplified method form for invoking the ListRoles operation with an AsyncHandler. @see #listRolesAsync(ListRolesRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "ListRoles", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L3793-L3797
19,889
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.listSAMLProvidersAsync
@Override public java.util.concurrent.Future<ListSAMLProvidersResult> listSAMLProvidersAsync( com.amazonaws.handlers.AsyncHandler<ListSAMLProvidersRequest, ListSAMLProvidersResult> asyncHandler) { return listSAMLProvidersAsync(new ListSAMLProvidersRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<ListSAMLProvidersResult> listSAMLProvidersAsync( com.amazonaws.handlers.AsyncHandler<ListSAMLProvidersRequest, ListSAMLProvidersResult> asyncHandler) { return listSAMLProvidersAsync(new ListSAMLProvidersRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "ListSAMLProvidersResult", ">", "listSAMLProvidersAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "ListSAMLProvidersRequest", ",", "ListSAMLProvid...
Simplified method form for invoking the ListSAMLProviders operation with an AsyncHandler. @see #listSAMLProvidersAsync(ListSAMLProvidersRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "ListSAMLProviders", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L3848-L3853
19,890
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.listSSHPublicKeysAsync
@Override public java.util.concurrent.Future<ListSSHPublicKeysResult> listSSHPublicKeysAsync( com.amazonaws.handlers.AsyncHandler<ListSSHPublicKeysRequest, ListSSHPublicKeysResult> asyncHandler) { return listSSHPublicKeysAsync(new ListSSHPublicKeysRequest(), asyncHandler); }
java
@Override public java.util.concurrent.Future<ListSSHPublicKeysResult> listSSHPublicKeysAsync( com.amazonaws.handlers.AsyncHandler<ListSSHPublicKeysRequest, ListSSHPublicKeysResult> asyncHandler) { return listSSHPublicKeysAsync(new ListSSHPublicKeysRequest(), asyncHandler); }
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "ListSSHPublicKeysResult", ">", "listSSHPublicKeysAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "ListSSHPublicKeysRequest", ",", "ListSSHPublicK...
Simplified method form for invoking the ListSSHPublicKeys operation with an AsyncHandler. @see #listSSHPublicKeysAsync(ListSSHPublicKeysRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "ListSSHPublicKeys", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L3904-L3909
19,891
aws/aws-sdk-java
aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java
AmazonIdentityManagementAsyncClient.listVirtualMFADevicesAsync
@Override public java.util.concurrent.Future<ListVirtualMFADevicesResult> listVirtualMFADevicesAsync( com.amazonaws.handlers.AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) { return listVirtualMFADevicesAsync(new ListVirtualMFADevicesRequest(), asyncHandler...
java
@Override public java.util.concurrent.Future<ListVirtualMFADevicesResult> listVirtualMFADevicesAsync( com.amazonaws.handlers.AsyncHandler<ListVirtualMFADevicesRequest, ListVirtualMFADevicesResult> asyncHandler) { return listVirtualMFADevicesAsync(new ListVirtualMFADevicesRequest(), asyncHandler...
[ "@", "Override", "public", "java", ".", "util", ".", "concurrent", ".", "Future", "<", "ListVirtualMFADevicesResult", ">", "listVirtualMFADevicesAsync", "(", "com", ".", "amazonaws", ".", "handlers", ".", "AsyncHandler", "<", "ListVirtualMFADevicesRequest", ",", "Li...
Simplified method form for invoking the ListVirtualMFADevices operation with an AsyncHandler. @see #listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest, com.amazonaws.handlers.AsyncHandler)
[ "Simplified", "method", "form", "for", "invoking", "the", "ListVirtualMFADevices", "operation", "with", "an", "AsyncHandler", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-iam/src/main/java/com/amazonaws/services/identitymanagement/AmazonIdentityManagementAsyncClient.java#L4227-L4232
19,892
aws/aws-sdk-java
aws-java-sdk-medialive/src/main/java/com/amazonaws/services/medialive/model/OutputDestination.java
OutputDestination.setMediaPackageSettings
public void setMediaPackageSettings(java.util.Collection<MediaPackageOutputDestinationSettings> mediaPackageSettings) { if (mediaPackageSettings == null) { this.mediaPackageSettings = null; return; } this.mediaPackageSettings = new java.util.ArrayList<MediaPackageOutputD...
java
public void setMediaPackageSettings(java.util.Collection<MediaPackageOutputDestinationSettings> mediaPackageSettings) { if (mediaPackageSettings == null) { this.mediaPackageSettings = null; return; } this.mediaPackageSettings = new java.util.ArrayList<MediaPackageOutputD...
[ "public", "void", "setMediaPackageSettings", "(", "java", ".", "util", ".", "Collection", "<", "MediaPackageOutputDestinationSettings", ">", "mediaPackageSettings", ")", "{", "if", "(", "mediaPackageSettings", "==", "null", ")", "{", "this", ".", "mediaPackageSettings...
Destination settings for a MediaPackage output; one destination for both encoders. @param mediaPackageSettings Destination settings for a MediaPackage output; one destination for both encoders.
[ "Destination", "settings", "for", "a", "MediaPackage", "output", ";", "one", "destination", "for", "both", "encoders", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-medialive/src/main/java/com/amazonaws/services/medialive/model/OutputDestination.java#L87-L94
19,893
aws/aws-sdk-java
aws-java-sdk-medialive/src/main/java/com/amazonaws/services/medialive/model/OutputDestination.java
OutputDestination.setSettings
public void setSettings(java.util.Collection<OutputDestinationSettings> settings) { if (settings == null) { this.settings = null; return; } this.settings = new java.util.ArrayList<OutputDestinationSettings>(settings); }
java
public void setSettings(java.util.Collection<OutputDestinationSettings> settings) { if (settings == null) { this.settings = null; return; } this.settings = new java.util.ArrayList<OutputDestinationSettings>(settings); }
[ "public", "void", "setSettings", "(", "java", ".", "util", ".", "Collection", "<", "OutputDestinationSettings", ">", "settings", ")", "{", "if", "(", "settings", "==", "null", ")", "{", "this", ".", "settings", "=", "null", ";", "return", ";", "}", "this...
Destination settings for a standard output; one destination for each redundant encoder. @param settings Destination settings for a standard output; one destination for each redundant encoder.
[ "Destination", "settings", "for", "a", "standard", "output", ";", "one", "destination", "for", "each", "redundant", "encoder", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-medialive/src/main/java/com/amazonaws/services/medialive/model/OutputDestination.java#L149-L156
19,894
aws/aws-sdk-java
aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMappingsRegistry.java
DynamoDBMappingsRegistry.mappingsOf
final Mappings mappingsOf(final Class<?> clazz) { if (!mappings.containsKey(clazz)) { mappings.putIfAbsent(clazz, new Mappings(clazz)); } return mappings.get(clazz); }
java
final Mappings mappingsOf(final Class<?> clazz) { if (!mappings.containsKey(clazz)) { mappings.putIfAbsent(clazz, new Mappings(clazz)); } return mappings.get(clazz); }
[ "final", "Mappings", "mappingsOf", "(", "final", "Class", "<", "?", ">", "clazz", ")", "{", "if", "(", "!", "mappings", ".", "containsKey", "(", "clazz", ")", ")", "{", "mappings", ".", "putIfAbsent", "(", "clazz", ",", "new", "Mappings", "(", "clazz",...
Gets the mapping definition for a given class. @param clazz The class. @return The mapping definition.
[ "Gets", "the", "mapping", "definition", "for", "a", "given", "class", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBMappingsRegistry.java#L59-L64
19,895
aws/aws-sdk-java
aws-java-sdk-greengrass/src/main/java/com/amazonaws/services/greengrass/model/CreateFunctionDefinitionVersionRequest.java
CreateFunctionDefinitionVersionRequest.setFunctions
public void setFunctions(java.util.Collection<Function> functions) { if (functions == null) { this.functions = null; return; } this.functions = new java.util.ArrayList<Function>(functions); }
java
public void setFunctions(java.util.Collection<Function> functions) { if (functions == null) { this.functions = null; return; } this.functions = new java.util.ArrayList<Function>(functions); }
[ "public", "void", "setFunctions", "(", "java", ".", "util", ".", "Collection", "<", "Function", ">", "functions", ")", "{", "if", "(", "functions", "==", "null", ")", "{", "this", ".", "functions", "=", "null", ";", "return", ";", "}", "this", ".", "...
A list of Lambda functions in this function definition version. @param functions A list of Lambda functions in this function definition version.
[ "A", "list", "of", "Lambda", "functions", "in", "this", "function", "definition", "version", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-greengrass/src/main/java/com/amazonaws/services/greengrass/model/CreateFunctionDefinitionVersionRequest.java#L166-L173
19,896
aws/aws-sdk-java
aws-java-sdk-ses/src/main/java/com/amazonaws/services/simpleemail/AWSJavaMailTransport.java
AWSJavaMailTransport.checkMessage
private void checkMessage(Message msg) throws MessagingException { if (msg == null) { throw new MessagingException("Message is null"); } if (!(msg instanceof MimeMessage)) { throw new MessagingException( "AWS Mail Service can only send MimeMessages"); ...
java
private void checkMessage(Message msg) throws MessagingException { if (msg == null) { throw new MessagingException("Message is null"); } if (!(msg instanceof MimeMessage)) { throw new MessagingException( "AWS Mail Service can only send MimeMessages"); ...
[ "private", "void", "checkMessage", "(", "Message", "msg", ")", "throws", "MessagingException", "{", "if", "(", "msg", "==", "null", ")", "{", "throw", "new", "MessagingException", "(", "\"Message is null\"", ")", ";", "}", "if", "(", "!", "(", "msg", "inst...
Checks that the message can be sent using AWS Simple E-mail Service.
[ "Checks", "that", "the", "message", "can", "be", "sent", "using", "AWS", "Simple", "E", "-", "mail", "Service", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-ses/src/main/java/com/amazonaws/services/simpleemail/AWSJavaMailTransport.java#L115-L123
19,897
aws/aws-sdk-java
aws-java-sdk-ses/src/main/java/com/amazonaws/services/simpleemail/AWSJavaMailTransport.java
AWSJavaMailTransport.collateRecipients
private void collateRecipients(Message m, Address[] addresses) throws MessagingException { if ( !isNullOrEmpty(addresses) ) { Hashtable<Address, Message.RecipientType> addressTable = new Hashtable<Address, Message.RecipientType>(); for ( Address a : addresses ) { addres...
java
private void collateRecipients(Message m, Address[] addresses) throws MessagingException { if ( !isNullOrEmpty(addresses) ) { Hashtable<Address, Message.RecipientType> addressTable = new Hashtable<Address, Message.RecipientType>(); for ( Address a : addresses ) { addres...
[ "private", "void", "collateRecipients", "(", "Message", "m", ",", "Address", "[", "]", "addresses", ")", "throws", "MessagingException", "{", "if", "(", "!", "isNullOrEmpty", "(", "addresses", ")", ")", "{", "Hashtable", "<", "Address", ",", "Message", ".", ...
Collates any addresses into the message object. All addresses in the Address array become of type TO unless they already exist in the Message header. If they are in the Message header they will stay of the same type. Any duplicate addresses are removed. Type BCC and then CC takes precedence over TO when duplicates exi...
[ "Collates", "any", "addresses", "into", "the", "message", "object", ".", "All", "addresses", "in", "the", "Address", "array", "become", "of", "type", "TO", "unless", "they", "already", "exist", "in", "the", "Message", "header", ".", "If", "they", "are", "i...
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-ses/src/main/java/com/amazonaws/services/simpleemail/AWSJavaMailTransport.java#L173-L216
19,898
aws/aws-sdk-java
aws-java-sdk-ses/src/main/java/com/amazonaws/services/simpleemail/AWSJavaMailTransport.java
AWSJavaMailTransport.sendEmail
private void sendEmail(Message m, SendRawEmailRequest req) throws SendFailedException, MessagingException { Address[] sent = null; Address[] unsent = null; Address[] invalid = null; try { appendUserAgent(req, USER_AGENT); SendRawEmailResult resp = th...
java
private void sendEmail(Message m, SendRawEmailRequest req) throws SendFailedException, MessagingException { Address[] sent = null; Address[] unsent = null; Address[] invalid = null; try { appendUserAgent(req, USER_AGENT); SendRawEmailResult resp = th...
[ "private", "void", "sendEmail", "(", "Message", "m", ",", "SendRawEmailRequest", "req", ")", "throws", "SendFailedException", ",", "MessagingException", "{", "Address", "[", "]", "sent", "=", "null", ";", "Address", "[", "]", "unsent", "=", "null", ";", "Add...
Sends an email using AWS E-mail Service and notifies listeners @param m Message used to notify users @param req Raw email to be sent
[ "Sends", "an", "email", "using", "AWS", "E", "-", "mail", "Service", "and", "notifies", "listeners" ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-ses/src/main/java/com/amazonaws/services/simpleemail/AWSJavaMailTransport.java#L260-L286
19,899
aws/aws-sdk-java
aws-java-sdk-greengrass/src/main/java/com/amazonaws/services/greengrass/model/ListGroupCertificateAuthoritiesResult.java
ListGroupCertificateAuthoritiesResult.setGroupCertificateAuthorities
public void setGroupCertificateAuthorities(java.util.Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities) { if (groupCertificateAuthorities == null) { this.groupCertificateAuthorities = null; return; } this.groupCertificateAuthorities = new java.u...
java
public void setGroupCertificateAuthorities(java.util.Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities) { if (groupCertificateAuthorities == null) { this.groupCertificateAuthorities = null; return; } this.groupCertificateAuthorities = new java.u...
[ "public", "void", "setGroupCertificateAuthorities", "(", "java", ".", "util", ".", "Collection", "<", "GroupCertificateAuthorityProperties", ">", "groupCertificateAuthorities", ")", "{", "if", "(", "groupCertificateAuthorities", "==", "null", ")", "{", "this", ".", "g...
A list of certificate authorities associated with the group. @param groupCertificateAuthorities A list of certificate authorities associated with the group.
[ "A", "list", "of", "certificate", "authorities", "associated", "with", "the", "group", "." ]
aa38502458969b2d13a1c3665a56aba600e4dbd0
https://github.com/aws/aws-sdk-java/blob/aa38502458969b2d13a1c3665a56aba600e4dbd0/aws-java-sdk-greengrass/src/main/java/com/amazonaws/services/greengrass/model/ListGroupCertificateAuthoritiesResult.java#L47-L54