Uses of Interface
software.amazon.awssdk.services.outposts.model.DeleteOutpostRequest.Builder
-
Packages that use DeleteOutpostRequest.Builder Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises.software.amazon.awssdk.services.outposts.model -
-
Uses of DeleteOutpostRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type DeleteOutpostRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteOutpostResponse>OutpostsAsyncClient. deleteOutpost(Consumer<DeleteOutpostRequest.Builder> deleteOutpostRequest)Deletes the specified Outpost.default DeleteOutpostResponseOutpostsClient. deleteOutpost(Consumer<DeleteOutpostRequest.Builder> deleteOutpostRequest)Deletes the specified Outpost. -
Uses of DeleteOutpostRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return DeleteOutpostRequest.Builder Modifier and Type Method Description static DeleteOutpostRequest.BuilderDeleteOutpostRequest. builder()DeleteOutpostRequest.BuilderDeleteOutpostRequest.Builder. outpostId(String outpostId)The ID or the Amazon Resource Name (ARN) of the Outpost.DeleteOutpostRequest.BuilderDeleteOutpostRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteOutpostRequest.BuilderDeleteOutpostRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteOutpostRequest.BuilderDeleteOutpostRequest. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type DeleteOutpostRequest.Builder Modifier and Type Method Description static Class<? extends DeleteOutpostRequest.Builder>DeleteOutpostRequest. serializableBuilderClass()
-