Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest
-
Packages that use GetInvalidationRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform software.amazon.awssdk.services.cloudfront.waiters -
-
Uses of GetInvalidationRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type GetInvalidationRequest Modifier and Type Method Description default CompletableFuture<GetInvalidationResponse>CloudFrontAsyncClient. getInvalidation(GetInvalidationRequest getInvalidationRequest)Get the information about an invalidation.default GetInvalidationResponseCloudFrontClient. getInvalidation(GetInvalidationRequest getInvalidationRequest)Get the information about an invalidation. -
Uses of GetInvalidationRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type GetInvalidationRequest Modifier and Type Method Description SdkHttpFullRequestGetInvalidationRequestMarshaller. marshall(GetInvalidationRequest getInvalidationRequest) -
Uses of GetInvalidationRequest in software.amazon.awssdk.services.cloudfront.waiters
Methods in software.amazon.awssdk.services.cloudfront.waiters with parameters of type GetInvalidationRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<GetInvalidationResponse>>CloudFrontAsyncWaiter. waitUntilInvalidationCompleted(GetInvalidationRequest getInvalidationRequest)PollsCloudFrontAsyncClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest)API until the desired conditionInvalidationCompletedis met, or until it is determined that the resource will never enter into the desired statedefault CompletableFuture<WaiterResponse<GetInvalidationResponse>>CloudFrontAsyncWaiter. waitUntilInvalidationCompleted(GetInvalidationRequest getInvalidationRequest, WaiterOverrideConfiguration overrideConfig)PollsCloudFrontAsyncClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest)API until the desired conditionInvalidationCompletedis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetInvalidationResponse>CloudFrontWaiter. waitUntilInvalidationCompleted(GetInvalidationRequest getInvalidationRequest)PollsCloudFrontClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest)API until the desired conditionInvalidationCompletedis met, or until it is determined that the resource will never enter into the desired statedefault WaiterResponse<GetInvalidationResponse>CloudFrontWaiter. waitUntilInvalidationCompleted(GetInvalidationRequest getInvalidationRequest, WaiterOverrideConfiguration overrideConfig)PollsCloudFrontClient.getInvalidation(software.amazon.awssdk.services.cloudfront.model.GetInvalidationRequest)API until the desired conditionInvalidationCompletedis met, or until it is determined that the resource will never enter into the desired state
-