Uses of Class
software.amazon.awssdk.services.config.model.ResourceKey
-
Packages that use ResourceKey Package Description software.amazon.awssdk.services.config.model -
-
Uses of ResourceKey in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ResourceKey Modifier and Type Method Description ResourceKeyRemediationExecutionStatus. resourceKey()Returns the value of the ResourceKey property for this object.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ResourceKey Modifier and Type Method Description List<ResourceKey>StartRemediationExecutionResponse. failedItems()For resources that have failed to start execution, the API returns a resource key object.List<ResourceKey>BatchGetResourceConfigRequest. resourceKeys()A list of resource keys to be processed with the current request.List<ResourceKey>DescribeRemediationExecutionStatusRequest. resourceKeys()A list of resource keys to be processed with the current request.List<ResourceKey>StartRemediationExecutionRequest. resourceKeys()A list of resource keys to be processed with the current request.List<ResourceKey>BatchGetResourceConfigResponse. unprocessedResourceKeys()A list of resource keys that were not processed with the current response.Methods in software.amazon.awssdk.services.config.model with parameters of type ResourceKey Modifier and Type Method Description StartRemediationExecutionResponse.BuilderStartRemediationExecutionResponse.Builder. failedItems(ResourceKey... failedItems)For resources that have failed to start execution, the API returns a resource key object.RemediationExecutionStatus.BuilderRemediationExecutionStatus.Builder. resourceKey(ResourceKey resourceKey)Sets the value of the ResourceKey property for this object.BatchGetResourceConfigRequest.BuilderBatchGetResourceConfigRequest.Builder. resourceKeys(ResourceKey... resourceKeys)A list of resource keys to be processed with the current request.DescribeRemediationExecutionStatusRequest.BuilderDescribeRemediationExecutionStatusRequest.Builder. resourceKeys(ResourceKey... resourceKeys)A list of resource keys to be processed with the current request.StartRemediationExecutionRequest.BuilderStartRemediationExecutionRequest.Builder. resourceKeys(ResourceKey... resourceKeys)A list of resource keys to be processed with the current request.BatchGetResourceConfigResponse.BuilderBatchGetResourceConfigResponse.Builder. unprocessedResourceKeys(ResourceKey... unprocessedResourceKeys)A list of resource keys that were not processed with the current response.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ResourceKey Modifier and Type Method Description StartRemediationExecutionResponse.BuilderStartRemediationExecutionResponse.Builder. failedItems(Collection<ResourceKey> failedItems)For resources that have failed to start execution, the API returns a resource key object.BatchGetResourceConfigRequest.BuilderBatchGetResourceConfigRequest.Builder. resourceKeys(Collection<ResourceKey> resourceKeys)A list of resource keys to be processed with the current request.DescribeRemediationExecutionStatusRequest.BuilderDescribeRemediationExecutionStatusRequest.Builder. resourceKeys(Collection<ResourceKey> resourceKeys)A list of resource keys to be processed with the current request.StartRemediationExecutionRequest.BuilderStartRemediationExecutionRequest.Builder. resourceKeys(Collection<ResourceKey> resourceKeys)A list of resource keys to be processed with the current request.BatchGetResourceConfigResponse.BuilderBatchGetResourceConfigResponse.Builder. unprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)A list of resource keys that were not processed with the current response.
-