Uses of Class
software.amazon.awssdk.services.s3control.model.MultiRegionAccessPointRoute
-
Packages that use MultiRegionAccessPointRoute Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of MultiRegionAccessPointRoute in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type MultiRegionAccessPointRoute Modifier and Type Method Description List<MultiRegionAccessPointRoute>GetMultiRegionAccessPointRoutesResponse. routes()The different routes that make up the route configuration.List<MultiRegionAccessPointRoute>SubmitMultiRegionAccessPointRoutesRequest. routeUpdates()The different routes that make up the new route configuration.Methods in software.amazon.awssdk.services.s3control.model with parameters of type MultiRegionAccessPointRoute Modifier and Type Method Description GetMultiRegionAccessPointRoutesResponse.BuilderGetMultiRegionAccessPointRoutesResponse.Builder. routes(MultiRegionAccessPointRoute... routes)The different routes that make up the route configuration.SubmitMultiRegionAccessPointRoutesRequest.BuilderSubmitMultiRegionAccessPointRoutesRequest.Builder. routeUpdates(MultiRegionAccessPointRoute... routeUpdates)The different routes that make up the new route configuration.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type MultiRegionAccessPointRoute Modifier and Type Method Description GetMultiRegionAccessPointRoutesResponse.BuilderGetMultiRegionAccessPointRoutesResponse.Builder. routes(Collection<MultiRegionAccessPointRoute> routes)The different routes that make up the route configuration.SubmitMultiRegionAccessPointRoutesRequest.BuilderSubmitMultiRegionAccessPointRoutesRequest.Builder. routeUpdates(Collection<MultiRegionAccessPointRoute> routeUpdates)The different routes that make up the new route configuration.
-